-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
https://docs.python.org/2/reference/simple_stmts.html#print
"A space is written before each object is (converted and) written, unless the output system believes it is positioned at the beginning of a line. This is the case (1) when no characters have yet been written to standard output, (2) when the last character written to standard output is a whitespace character except ' ', or (3) when the last write operation on standard output was not a print statement. (In some cases it may be functional to write an empty string to standard output for this reason.)"
Metadata
Metadata
Assignees
Labels
No labels