newbie - concatanating 2 lists

Gnanasekaran Thoppae gnana at mips.biochem.mpg.de
Wed Feb 21 12:05:23 EST 2001


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





More information about the Python-list mailing list