Contact: aviboots(AT)netvision.net.il
40,959 questions
53,424 answers
573 users
tup = (1, 2, 3) tup += (4, 5) print(tup) ''' run: (1, 2, 3, 4, 5) '''