Intro to Python Python Comment Python program Print function Print multiple Escape characters Python operators

Escape characters in PYTHON

When we want to print certain characters in python, it gives an error. EG: when we want to print a single quotes, it does not appear as we use single quotes to print in python.

So if we want to print certain characters in python, then we have to use escape characters.



Let us try printing an statement using escape characters.