Skip to content

Commit b573932

Browse files
authored
Update String_reversal_2.py
1 parent 675a287 commit b573932

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

String_reversal_2.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# String reversal using recursion
2-
32
def reverse(strr):
43
if len(strr) == 0:
54
return strr

0 commit comments

Comments
 (0)