[New-bugs-announce] [issue1101] Is there just no PRINT statement any more? Or it just doesn't work.
Richard Katz
report at bugs.python.org
Tue Sep 4 22:57:38 CEST 2007
New submission from Richard Katz:
Is there supposed to be a way to do
for x in 1,2,3: print x,
If so, it's appears to be not working. Is it just not in this release?
If not, I would think that leaving out the print statement (just
because there is a print function) would represent a major problem for
cross-platform books and training materials. Just a thought.
How would one achieve this capability in Python 3.0? Was it the
intention to remove this capability?
Thank you.
Regards,
Rich
----------
components: Interpreter Core
messages: 55643
nosy: richkatz
severity: major
status: open
title: Is there just no PRINT statement any more? Or it just doesn't work.
type: behavior
versions: Python 3.0
__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1101>
__________________________________
More information about the New-bugs-announce
mailing list