[issue1101] Is there just no PRINT statement any more? Or it just doesn't work.

Martin v. Löwis report at bugs.python.org
Tue Sep 4 23:31:46 CEST 2007


Martin v. Löwis added the comment:

What's wrong with

py> for x in 1,2,3:print(x,end=" ")
...
1 2 3

Closing as invalid.

----------
nosy: +loewis
resolution:  -> invalid
status: open -> closed

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1101>
__________________________________


More information about the Python-bugs-list mailing list