Adding Sequences : Concatenate « List « Python Tutorial






print [1, 2, 3] + [4, 5, 6]
print 'Hello, ' + 'world!








7.5.Concatenate
7.5.1.Adding Sequences
7.5.2.Operators
7.5.3.List Operators
7.5.4.Repetition ( * )