Answers for "how to print on new line"

0

new line in python

''' simple'''
print()
''' long way'''
print('n',end='')
Posted by: Guest on September-30-2020
1

new line print python

print("Hello Worldn" "This is the second line")
Posted by: Guest on October-09-2020

Python Answers by Framework

Browse Popular Code Answers by Language