I did from __future__ import print_function
print('text',end=\n)
But it shows error.
| 1 | initial version | |
I did from __future__ import print_function
print('text',end=\n)
But it shows error.
I did from __future__ import print_function
print('text',end=\n) print('text',end='\n')
But it shows error.
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.