mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-05 01:09:40 +08:00
Fix typo power_using_recursion.py (#11083)
This commit is contained in:
@ -43,7 +43,7 @@ def power(base: int, exponent: int) -> float:
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
from doctests import testmod
|
||||
from doctest import testmod
|
||||
|
||||
testmod()
|
||||
print("Raise base to the power of exponent using recursion...")
|
||||
|
Reference in New Issue
Block a user