Search This Blog

python: join lists


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

list3 = list1 + list2

No comments:

Post a Comment