0
How to create new lines
if I don't want '\n' in my answer
2 Respostas
+ 2
There a few different ways, here are the easiest...you could insert '\n' into the string, you could call an empty print() statement, or you could use a multi-line string inside a print statement by starting and ending your string with 3 quotation marks, then simply wrap your lines as you would like them to print.
+ 1
thanks