On Tuesday, March 25, 2014 12:33:49 PM UTC+5:30, Steven D'Aprano wrote:
> On Mon, 24 Mar 2014 20:56:19 -0700, Rustom Mody wrote:

> > Paren vs tuples: why do we need to write (x,) not (x)

> You don't. You can write x, without the brackets:

> py> t = 23,
> py> type(t)

> It's the comma that makes tuples, not the brackets.

Yeah Chris already corrected that misconception of mine
Doesn't chage my point much though -- () overloaded to ',' overloaded

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

Reply via email to