Python For Beginner's Day - 9
Escape Characters:
It is represented by backslash(\) followed by the character to insert.
To insert a string with double quotes inside the string then usually we get an error, to overcome that this escape character is used like \"
Escape ch...
pythonbeginners.hashnode.dev3 min read