def python(code): return pygments.highlight(code, lexers.PythonLexer(), formatters.TerminalFormatter())