"spir" <denis.s...@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.

_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to