Contact: aviboots(AT)netvision.net.il
42,236 questions
54,956 answers
573 users
lst1 = [1, 2, 3, 5] lst2 = [8, 9, 7] print(lst1, lst2) ''' run: [1, 2, 3, 5] [8, 9, 7] '''