Is it possible to subpress the CR+LF at the end of each print statement on Windows? print"Hello " print"World" print"\n" Output: Hello World Each statement is on its own line, and not on one line, as they should. blackrat