Declare Character Encoding Python

Unicode (text) string literals If you are upgrading an existing Python 2 codebase, it may be preferable to mark up all string literals as unicode explicitly with u prefixes: ................
................