Contact: aviboots(AT)netvision.net.il
41,683 questions
54,351 answers
573 users
x = [1, 2, 3] x.append(4) print(x) ''' run: [1, 2, 3, 4] '''