Skip to content
Snippets Groups Projects
Commit 965d6d71 authored by Vivin Balaji K S 's avatar Vivin Balaji K S
Browse files

Upload New File

parent 5c66db30
No related branches found
No related tags found
No related merge requests found
Pipeline #112 canceled
y,z=[str(a) for a in input().split()]
yl=list(y)
zl=list(z)
for i in range(0,2):
temp=yl[i]
yl[i]=zl[i]
zl[i]=temp
print(''.join(yl),''.join(zl))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment