Python Escape Sequences || New Tab || Basic Program || Python

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


txt = "Hello\tWorld!"
print(txt) 

#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