+ 1
I have a question that how to go to next line in code of python
plz help me i am a begginer
2 Answers
+ 2
Use \n for a line break
+ 1
you can do multiple prints
print("line 1")
print("line 2")
this uses more characters than triple quotes, but this is still an option.