cs/stuff/loops/num10.py

4 lines
60 B
Python
Raw Normal View History

2022-12-13 11:38:55 -05:00
num = int(input("Enter a number: "))
print(str(num)[::-1])