0
Why would you want \n in your output?
I don't understand this 'newline' stuff...
2 Antworten
+ 1
Elena, the reason for the '\n' is to create a new line during the print out. For a simple example: print("Hello\nWorld") would actually allow you to have the Output on two lines: >Hello >World Does this answer your question?
0
It would be the same as pressing enter in a regular text doc, just that you are sending the linshift to a seperate place with the code for "lineshift". /n