Contact: aviboots(AT)netvision.net.il
38,119 questions
49,726 answers
573 users
x = 5 y = 9 x ^= y y ^= x x ^= y print (x, y) ''' run: 9 5 '''