Joining lists

jurgen.defurne at philips.com jurgen.defurne at philips.com
Wed Jan 31 06:39:20 EST 2001


Hello, list members,

Is there a simple way of joining two list to form only one list, like :

[1, 5, 6, 4] <join operation> [4, 6, 7] -> [1, 5, 6, 4, 4, 6, 7]

Thanks,

Jurgen



More information about the Python-list mailing list