How-to articles, tricks, and solutions about RAWSTRING
What exactly do "u" and "r" string prefixes do, and what are raw string literals?
In Python, the "r" prefix before a string denotes that it is a raw string literal.