Skip to content

Commit 779e6d1

Browse files
authored
Fix typo
1 parent 0f258db commit 779e6d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

maths/power_using_recursion.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
Enter the base: 3
55
Enter the exponent: 4
66
Output -->
7-
3 to the power of 4: 81
7+
3 to the power of 4 is 81
88
Input -->
99
Enter the base: 2
1010
Enter the exponent: 0
1111
Output -->
12-
2 to the power of 0: 1
12+
2 to the power of 0 is 1
1313
"""
1414

1515

0 commit comments

Comments
 (0)