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