Contact: aviboots(AT)netvision.net.il
41,608 questions
54,271 answers
573 users
for i in reversed(range(0, 5)): print(i) ''' run: 4 3 2 1 0 '''