| 1 | initial version |
\n is not defined, you have to consider the string '\n' (with quotes):
sage: print('text',end='\n')
text
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.