\n is printing in python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

\n is printing in python

7th Jun 2017, 3:54 AM
Gulshan Bhumij
Gulshan Bhumij - avatar
2 Answers
7th Jun 2017, 4:21 AM
Rrestoring faith
Rrestoring faith - avatar
0
\n is used to enter new line while printing the output. although print statement enters a new line by itself but if want a blank line between two print statement that can be done by using \n
8th Jun 2017, 2:11 PM
Amit Gupta
Amit Gupta - avatar