# is considered as an escape sequence in python # It's is a Non-Graphic character used to replicate backspace print("Helloi") #--> equivalent to print("Hello") print("Hai ") #--> equivalent to 1 tab + 1 backspace