Contact: aviboots(AT)netvision.net.il
38,551 questions
50,222 answers
573 users
a = 34 b = 12 if not a == b: print(False) else: print(True) ''' run: False '''