We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 675a287 commit b573932Copy full SHA for b573932
String_reversal_2.py
@@ -1,5 +1,4 @@
1
# String reversal using recursion
2
-
3
def reverse(strr):
4
if len(strr) == 0:
5
return strr
0 commit comments