Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

\n is not defined, you have to consider the string '\n' (with quotes):

sage: print('text',end='\n')
text