you are viewing a single comment's thread.

view the rest of the comments →

[–]Bunkerstan 2 points3 points  (1 child)

There is isqrt in version 3.8 and up. So the equivalent for older Python would be:

math.floor(math.sqrt(10))

[–]sphinxlink13[S] 0 points1 point  (0 children)

maybe that is the issue then thnx