Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

How to give line break in python?

Print a newline character.
print("
")
Or:
print("An angry-looking dwarf throws an axe at you.
You die.
")
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #How #give #line #break
ADD COMMENT
Topic
Name
4+9 =