Problem: You are given an integer, reverse it.
Input: Input contains an integer n.
Output: Print reverse of integer.
Constraints: 1≤n≤10000
Sample Input: 9956
Sample Output:
6599
print(input()[::-1].lstrip('0'))
By Lochard | As a newbie programmer | 4 Jul 2023
Problem: You are given an integer, reverse it.
Input: Input contains an integer n.
Output: Print reverse of integer.
Constraints: 1≤n≤10000
Sample Input: 9956
Sample Output:
6599
print(input()[::-1].lstrip('0'))
How do you rate this article?
1
20240228 Arrived in the UK for about 2 week. All my fears persist. Some are even getting worse. https://github.com/locharp/asylum_diary/
Sharing entry level codes. My snippets on GitHub https://github.com/locharp/code-snippets
Send a $0.01 microtip in crypto to the author, and earn yourself as you read!
% to author / 80% to me.