escape sequences in python
An escape sequence is a combination of characters that has a meaning other than the literal characters contained in it. When a character is preceded by a backslash (\), it is called an escape sequence and it has a special meaning to the compiler.
Learn more
https://realpythontuts.blogspot.com/2020/04/escape-sequence-in-python.html