Python Print Ling Line In Print

Use a backslash (\)

print('1. Line1\
       2. Line2\n\
       3. Line3\n\
       4. Line4\n)
Jolly Jellyfish