def python_highlight(string): return highlight(string, PythonLexer(encoding="Utf-8"), Terminal256Formatter(style='monokai', encoding="Utf-8"))