On Aug 20, 8:18 pm, Asun Friere <[EMAIL PROTECTED]> wrote:
> On Aug 21, 4:34 am, [EMAIL PROTECTED] wrote:
>
> > to concatenate 2 lists to each other before it does the join, ... is
> > impossible in Python. The "+" operator is only for addition and for
> > two or more strings.
>
> Really?
>
> >>> [1,2,3] + [4,5,6]
>
> [1, 2, 3, 4, 5, 6]

Yeah...my bad. I was coming down with a cold when I wrote that.

Mike

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to