[Python-Dev] Replacement for print in Python 3.0
Fredrik Lundh
fredrik at pythonware.com
Fri Sep 2 14:55:56 CEST 2005
More information about the Python-Dev mailing list
Fri Sep 2 14:55:56 CEST 2005
- Previous message: [Python-Dev] Replacement for print in Python 3.0
- Next message: [Python-Dev] Replacement for print in Python 3.0
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Neil Hodgson wrote: > Interactive use is its own mode and works differently to the base > language. To print the value of something, just type an expression. > Python will evaluate and print the value of the expression. Much > easier than adding 'print '. print and "echo" prints different things, for many values of "something". </F>
- Previous message: [Python-Dev] Replacement for print in Python 3.0
- Next message: [Python-Dev] Replacement for print in Python 3.0
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list