+ 1

I have a question that how to go to next line in code of python

plz help me i am a begginer

17th Jan 2020, 4:50 PM
Bharat kandpal
Bharat kandpal - avatar
2 Réponses
+ 2
Use \n for a line break
17th Jan 2020, 7:10 PM
Jannik Müller
Jannik Müller - avatar
+ 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.
22nd Jan 2020, 4:56 AM
Adler Vuong
Adler Vuong - avatar