Contact: aviboots(AT)netvision.net.il
41,591 questions
54,231 answers
573 users
lst = [4, 1, 7, 5, 8, 6, 9] for n in lst: print(n) ''' run: 4 1 7 5 8 6 9 '''