newbie - concatanating 2 lists
Gnanasekaran Thoppae
gnana at mips.biochem.mpg.de
Wed Feb 21 12:05:23 EST 2001
More information about the Python-list mailing list
Wed Feb 21 12:05:23 EST 2001
- Previous message (by thread): newbie - concatanating 2 lists
- Next message (by thread): newbie - concatanating 2 lists
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
hi, i am just beginning to use python. i have: li1 = ['a', 'b', 'c'] li2 = ['x', 'y', 'z'] i want: li3 = ['ax', 'by', 'cz'] how do i do it? thanks -gnana
- Previous message (by thread): newbie - concatanating 2 lists
- Next message (by thread): newbie - concatanating 2 lists
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list