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.