Contact: aviboots(AT)netvision.net.il
40,774 questions
53,162 answers
573 users
for x in range(1, 9): print(x) if x == 3: break ''' run: 1 2 3 '''