0
How to make newline in python ?
4 Answers
+ 1
Thanks you sir
+ 1
You Can make a newline :
\n
print ("hello \n World")
By default print() , provide newline.
0
Kathiresan
print () function bydefault provide new line.
But you can use \n for more new line.
print ('&\n')
print ('@')
try this
- 1
How to make newline in python ?