A programmer attempts to run the Python program hello.py as follows, but an error occurs. What is the cause of this error?
hello.py is missing the line #!/usr/bin/python
smtp_mime was replaced with Python
Python cannot find the script "hello"
hello.py is improperly encoded with UTF-16le
Submit