QuestionQ26
Creation of ExecutablesA programmer tries to execute the Python program hello.py as shown, but an error results. What causes this error?

- A hello.py is missing the line #!usr/bin/python
- B smtp_mime was replaced with Python
- C Python cannot find the script ג€helloג€
- D hello.py is improperly encoded with UTF-16le
Community Discussion