How do I go down a line in python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How do I go down a line in python

I just started python

10th Oct 2022, 12:15 AM
Damien Spencer
Damien Spencer - avatar
1 Answer
+ 1
1. Use \n for a line break. 2. Use triple quotes in your print function.
15th Oct 2022, 10:53 PM
inActive
inActive - avatar