Answers for "\\n in python"

0

new line in python

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

n python

print('hinpeople')
# prints hi people, with a line separating the two words
Posted by: Guest on May-20-2021

Python Answers by Framework

Browse Popular Code Answers by Language