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