Introduction
Statistics
Contact
Development
Disclaimer
Help
ftp.icm.edu.pl home page
x,y = 1,2
x,y = y,x
print(x,y)
z=3
x,y,z = y,z,x
print(x,y,z)