We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7a1331 commit 13e66c1Copy full SHA for 13e66c1
maths/power_using_recursion.py
@@ -43,7 +43,7 @@ def power(base: int, exponent: int) -> float:
43
44
45
if __name__ == "__main__":
46
- from doctests import testmod
+ from doctest import testmod
47
48
testmod()
49
print("Raise base to the power of exponent using recursion...")
0 commit comments