Contact: aviboots(AT)netvision.net.il
42,709 questions
55,473 answers
573 users
for x in range(1, 9): print(x) if x == 3: break ''' run: 1 2 3 '''