On 2004-12-29, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Tuples are defined with regards to parentheses ()'s as everyone knows.
Except they're not.
>>> x = 1,2,3,4
>>> type(x)
<type 'tuple'>
>>>
Tuples are defined by the infix comma "operator".
--
Grant Edwards grante Yow! I'm working under
at the direct orders of WAYNE
visi.com NEWTON to deport consenting
adults!
--
http://mail.python.org/mailman/listinfo/python-list
