Mega Code Archive
Categories
/
Python Tutorial
/
List
Operators
list1 = ["One", "Two", "Three"] list2 = ["Five", "Six"] list1 += list2 print list1