Contact: aviboots(AT)netvision.net.il
40,764 questions
53,140 answers
573 users
a = 34 b = 12 if not a == b: print(False) else: print(True) ''' run: False '''