1 2 3 4 5 6 7 8 9 10 11 12
from __future__ import print_function print("Test1\r\nTest2\n\n\n\nhi\n") # Change the number of empty lines here to test error output # expected stdout: # Test1 # Test2 # # # # hi