Skip to content

Commit 9ebeb8f

Browse files
committed
Build Error Fix - 2
1 parent f863ada commit 9ebeb8f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

maths/exponent_recursion.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,13 @@
11
"""
2-
=============================== Finding Exponent using Recursion =======================
3-
2+
== Finding Exponent using Recursion ==
43
i/p -->
54
Enter the base: 3
65
Enter the exponent: 4
7-
86
o/p -->
97
3 to the power of 4: 81
10-
118
i/p -->
129
Enter the base: 2
1310
Enter the exponent: 0
14-
1511
o/p -->
1612
2 to the power of 0: 1
1713
"""

0 commit comments

Comments
 (0)