Pages

Thursday, August 28, 2014

python: join lists








list1 = ['a', 'b']
list2 = ['c', 'd']

list3 = list1 + list2



No comments:

Post a Comment