Source Code:
(back to article)
raw_unicode_string = ur"C:\Windows" print(raw_unicode_string)
Result:
Report an issue