Backslash is the escape character. Or use a raw string. This has nothing to do with dictionaries, it's just the way you type string literals.
– BarmarJan 22 '20 at 21:02
1
Are you just asking how to escape a backslash? In that case, this is a duplicate of https://stackoverflow.com/q/19095796/11301900.
– AMCJan 22 '20 at 21:26
1
Does this answer your question? [How to print a single backslash?](https://stackoverflow.com/questions/19095796/how-to-print-a-single-backslash)
– wjandreaJan 22 '20 at 21:34