Time we switched to unicode? (was Explanation of this Python language feature?)

Rustom Mody rustompmody at gmail.com
Tue Mar 25 03:22:27 EDT 2014


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




More information about the Python-list mailing list