[Tutor] The magic parentheses

Alan Gauld alan.gauld at btinternet.com
Mon Jan 25 18:32:37 CET 2010


"spir" <denis.spir at free.fr> wrote 
> Lie's example actually was:
> 
>>>> a,b,c = 1,2,3
>>>> print (a,b,c) # here parenthesized
> (1, 2, 3)

Oops, I've been using Python 3 too much, I mentally blanked 
out the parens!

Sorry about that.

Alan G.



More information about the Tutor mailing list