Re: Tuple Syntax and ()

2006-06-14 Thread Steve Holden
[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

Re: Tuple Syntax and ()

2006-06-13 Thread James Stroud
[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

Tuple Syntax and ()

2006-06-13 Thread tactics40
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