"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.