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 7f7233c commit 8678a21Copy full SHA for 8678a21
reverse_no_py3/revno.py
@@ -0,0 +1,5 @@
1
+n=input("Enter a number:")
2
+l=list(n)
3
+l.reverse()
4
+n="".join(l)
5
+print(n)
0 commit comments