0
Does Print statement always generates a CRLF always even if it's not specified?
see sample in Control Structures--> If statements --> 5th panel
3 Respuestas
+ 5
Aaah! 🙂 Thx, swim!
Then the answer is: crlf is the default, but you can change it:
print('Try a space', end=' ')
+ 1
thank you guys!
0
CRLF? What's that?