`echo` prints with a newline `stdout.write` prints without newline, which is 
why I brought it up as that is what `end = " "` is typically used for in Python.

Reply via email to