SyntaxFix
Write A Post
Hire A Developer
Questions
Reverse of a user input values in one line code:
for i in input()[::-1]: print(i,end='')