You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am writing .py on windows platform, and all the .py are declared with 'utf-8' format where sys.stdin.encoding == 'GBK'.
when exec(f.read()) , trace occurs as follows:
SyntaxError: encoding declaration in Unicode string