Feature? the output of below Hello program he0.py started from command
line looks as follows:
F:\prompt>he0.py
Hello
F:\prompt>
'Hello' was sent with sys.stdout.write, so "without newline".
But why cannot be output (more logically):
F:\prompt>he0.py
HelloF:\prompt>
Is it normal? Is there any mean
true, Windows automatically adds a newline after the program output.
But maybe there is a workaround?
When you launch x.bat containing no char, windows adds a newline after
the program output.
But when you launch x.bat finishing with at least one CRLF, windows does
not add a newline after the progr