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 f473327 commit f64b117Copy full SHA for f64b117
reverse_a_number/revno.py
@@ -2,4 +2,4 @@
2
l=list(n)
3
l.reverse()
4
n="".join(l)
5
-print(n)
+print(n,"\n")
0 commit comments