Basic programming problem in Python

Could You tell me, what wrong with this code is, please?

python import myfile Traceback

(most recent call last): File “”, line 1, in ValueError: source code string cannot contain null bytes

Link to the challenge? Also if you write a code do it like this.

print("hello code")

There is already a code. The code is python import myfile. Yes, I know my code is very complicated but I am a beginner and it is a some kind of a task. I do really not know what is wrong. Ther error is described as `Traceback

(most recent call last): File “”, line 1, in ValueError: source code string cannot contain null bytes`

Seems to me like you want to import a file maybe the threat down bellow will help you :3

well are you importing or your trying to run the program