J
John Belmonte
Hello,
I'd like to know what the rationale is for hash comments yielding a
continuation prompt (PS2) in the Python shell. I'd like to put such
comments in interactive examples, but the output is hard to follow:
50
I would prefer that the output be:
50
For comparison, end of line comments don't behave this way, which seems
inconsistent:
50
-John
I'd like to know what the rationale is for hash comments yielding a
continuation prompt (PS2) in the Python shell. I'd like to put such
comments in interactive examples, but the output is hard to follow:
50
I would prefer that the output be:
50
For comparison, end of line comments don't behave this way, which seems
inconsistent:
50
-John