Answers for "python skip line"

1

python skip line

# If you want to skip a line, then you can do that with "\n"
print("Hello\n World\n!")
#It should print: 
#Hello
#World
#!
Posted by: Guest on June-01-2021

Python Answers by Framework

Browse Popular Code Answers by Language