Joining lists
jurgen.defurne at philips.com
jurgen.defurne at philips.com
Wed Jan 31 06:39:20 EST 2001
More information about the Python-list mailing list
Wed Jan 31 06:39:20 EST 2001
- Previous message (by thread): Joining lists
- Next message (by thread): Joining lists
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): Joining lists
- Next message (by thread): Joining lists
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list