Contact: aviboots(AT)netvision.net.il
40,838 questions
53,243 answers
573 users
for r in range(14, 1, -2): print(r) ''' run 14 12 10 8 6 4 2 '''