Mega Code Archive

 
Categories / Python / List
 

List concatenation Demo

print [1, 2, 3] + [4, 5, 6]             # concatenation