If I get you right you want to print something without an automatic newline at the end?
You can use: `stdout.write x` to achieve that.
If I get you right you want to print something without an automatic newline at the end?
You can use: `stdout.write x` to achieve that.