Contact: aviboots(AT)netvision.net.il
38,244 questions
49,879 answers
573 users
arr = [1, 2, 3, 4, 5, 6] print(arr) ''' run: [1, 2, 3, 4, 5, 6] '''