First time here? Check out the FAQ!
answered 2017-03-21 15:55:35 +0100
\n is not defined, you have to consider the string '\n' (with quotes):
\n
'\n'
sage: print('text',end='\n') text