0
How Do I do this
I need help to list all perfect squares in pi within a certain range in Python code. For example 3.14 are the first 3 digits 1 and 4 are perfect squares and there may be some double digit or triple digit perfect squares within pi. Please Help Me.
1 Respuesta
0
Check this, it only returns the values in the range that the module math gives us of pi but would work with more:
https://code.sololearn.com/clCXuV6UrZKc/?ref=app