We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a7a34d commit dd40d01Copy full SHA for dd40d01
maths/perfect_cube.py
@@ -52,4 +52,4 @@ def perfect_cube_binary_search(n: int) -> bool:
52
if __name__ == "__main__":
53
import doctest
54
55
- doctest.testmod()
+ doctest.testmod()
0 commit comments