Answers for "python print ling line in print"

0

print line in python

# hello world in python
print("Hello World!")
Posted by: Guest on May-27-2020
0

python print ling line in print

Use a backslash (\)

print('1. Line1\
       2. Line2\n\
       3. Line3\n\
       4. Line4\n)
Posted by: Guest on August-20-2021

Python Answers by Framework

Browse Popular Code Answers by Language