Skip to content
Snippets Groups Projects
11.py 50 B
Newer Older
hacker717's avatar
hacker717 committed
s = input()
s = s[1] + s[0] + s[3] + s[2]
print(s)