Python Escape Characters: Special Text Handling in Python
In Python, a string becomes a raw string if it is prefixed with "r" or "R" before the quotation symbols. Hence 'Hello' is a normal string…
Viewing articles tagged “Handling special characters in Python strings”