Escape Characters
To insert characters that are illegal in a string, use an escape character.
An escape character is a backslash \ followed by the character you want to insert.
An example of an illegal character is a double quote inside a string that is surrounded by double quotes.
python escape special characters
python special characters
python escape quotes
escape sequence in python 3
python escape backslash
python escape sequence list
escape sequence in python with examples