Python SyntaxError: Non-ASCII character '\xe8'

Add below statement at the first line of .py file:

# -*- coding: UTF-8 -*-     
or
#coding=utf-8 

你可能感兴趣的:(Python SyntaxError: Non-ASCII character '\xe8')