The following code writes different string to the stream than in CPython: ``` print(1,2,3, end="||\n") ```