Nick Coghlan wrote:
sorry, I used "expression" carelessly.

I mean that
>>> print words[3], words[5]
is a single expression
(and that would be in Python 3, when print would be subtituted with write()/writeln()).

'statement' is the appropriate word in Python's grammar.

thanks )

And I don't think we'd actually have to wait for Python 3 for this, we'd just have to do the __future__ dance in order to introduce the new keyword.

resonable, I mentioned Python3 as something in not that near future, that'd be great to think of it earlier
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to