Contact: aviboots(AT)netvision.net.il
40,838 questions
53,243 answers
573 users
lst = [23, 89, 90, 17, 51, 19, 80, 90] # start, stop, step for i in range(0, 10, 2): print(i) ''' run: 0 2 4 6 8 '''