Python Learning Log β Day 2
π 1. What is an Escape Sequence Character?
Escape sequence characters are special characters used to format text inside strings. They always start with a backslash () and tell Python to perform a special action.
π― Common Escape Sequences:
\n β New...
documentingmyself.hashnode.dev3 min read