Snippets tagged “raw-string-literals”
1 snippet uses this tag.
- What exactly do "u" and "r" string prefixes do, and what are raw string literals?Python
In Python, the "r" prefix before a string denotes that it is a raw string literal.
1 snippet uses this tag.
In Python, the "r" prefix before a string denotes that it is a raw string literal.