Escape Sequences + Backslash Character Literals
🔴 What is an Escape Sequence?
When we want to print special characters in Python (like new lines, tabs, quotes, etc.),we use a backslash \ before them.
🧠The backslash tells Python:“Hey! The next character is special, don’t treat it like a normal l...
safiakhatoon.hashnode.dev2 min read