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
Good job for your script, but I encountered an issue. After crypting, and when I open the crypted program, it raises: File "myscript.py", line 1 SyntaxError: Non-UTF-8 code starting with '\xf3' in file myscript.py on line 1, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details
but it raises an invalid syntax. Where am I wrong?
The text was updated successfully, but these errors were encountered:
Good job for your script, but I encountered an issue. After crypting, and when I open the crypted program, it raises:
File "myscript.py", line 1 SyntaxError: Non-UTF-8 code starting with '\xf3' in file myscript.py on line 1, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details
but it raises an invalid syntax. Where am I wrong?
The text was updated successfully, but these errors were encountered: