Contact: aviboots(AT)netvision.net.il
41,243 questions
53,750 answers
573 users
for i in range(0, 10, 2): print(i) ''' run: 0 2 4 6 8 '''