Contact: aviboots(AT)netvision.net.il
41,604 questions
54,252 answers
573 users
x = 3 y = 9 print(id(x)) print(id(y)) ''' run: 9780864 9781056 '''