def swap_values(106,201):
temp=a
a=b
b=temp
print(a,b)