[EMAIL PROTECTED] wrote:
> I keep accidently trying to declare t-tuples as mytuple = (myitem)
>
> I know this doesn't work and that you need the trailing comma, but
> reading something online, I just came to realize the parenthesises
> don't have any special meaning in relation to tuples at al
[EMAIL PROTECTED] wrote:
> I keep accidently trying to declare t-tuples as mytuple = (myitem)
>
> I know this doesn't work and that you need the trailing comma, but
> reading something online, I just came to realize the parenthesises
> don't have any special meaning in relation to tuples at al
I keep accidently trying to declare t-tuples as mytuple = (myitem)
I know this doesn't work and that you need the trailing comma, but
reading something online, I just came to realize the parenthesises
don't have any special meaning in relation to tuples at all, do they?
--
http://mail.python