We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2413658 commit 3415111Copy full SHA for 3415111
maths/power_using_recursion.py
@@ -52,4 +52,5 @@ def power(base: int, exponent: int) -> float:
52
53
if __name__ == "__main__":
54
import doctest
55
+
56
doctest.testmod()
0 commit comments