Python Escape Sequences || New Line || Basic Program || Python

In this we are going to see a basic program to  Demonstrate Python Escape Sequence of New Line in Python Programming Language.


# \n Makes A new Line.
print("Hello\nWorld!")
#Still Counts The Space!

#Code by Shrinivas


#ENJOY CODING


Post a Comment

FOR ANY DOUBTS AND ERRORS FEEL FREE TO ASK. YOUR DOUBTS WILL BE ADDRESSED ASAP

Previous Post Next Post