Reversed integer

Report a typo

Read an integer as input, reverse it, and print the result.

Sample Input 1:

123

Sample Output 1:

321
Write a program in Python 3





___

Create a free account to access the full topic