Richard Katz added the comment:
"What's wrong with
py> for x in 1,2,3:print(x,end=" ")"
-
I'd like to suggest (for those of us just now focusing on Python 3.0) replacing
the last 3 bullet points of the paragraph "Common Stumbling Bl
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 repres