opinion for newbie code

Erik Max Francis max at alcyone.com
Sat Feb 14 20:46:06 EST 2004


robsom wrote:

> Question n.2: on line 9-11 I add my three lists (A, B, C) to the L
> list
> using three append instructions. Is there another way to do the same
> thing, i.e. to add more than one element to a list with a single
> instruction?

	L = A + B + C

-- 
 __ Erik Max Francis && max at alcyone.com && http://www.alcyone.com/max/
/  \ San Jose, CA, USA && 37 20 N 121 53 W && &tSftDotIotE
\__/ Who needs a dream / Who needs ambition
    -- The Russian, _Chess_



More information about the Python-list mailing list