Skip to content

Commit 785936d

Browse files
Update reverse.py
1 parent b26f798 commit 785936d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

problems/reverse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
N = N//10
1414

1515
# Print the output
16-
print("The reverse number is: {}".format(R))
16+
print("The reverse number is: {}".format(R))

0 commit comments

Comments
 (0)