0
Help with \n
for some reason, \n won't work... It INCLUDES the \n with my output.
4 Answers
+ 3
use this
print('hello world', end='')
if you want to end with something different, just replace end='' with end='some other string'
\n is simply the default end char for print
edit:
just noticed you posted "fixed it"
oops
0
Show the code part, where newline isn't working
0
I fixed it... sorry :(
0
okay