NZEC Input Error

Hello,

I have a problem with my input code. So now I’m following a superbasic tutorial where you learn about input and all that basic stuff. But when I try to run it gives this error:

“Traceback (most recent call last):
File “./prog.py”, line 1, in
EOFError: EOF when reading a line”

I can’t find any forum where they tell you to solve it. This is the code I type in:

character_name = input("What's your name?: ")
print (character_name)

Can anyone help me with this problem? Huge Thanks!

waterpoloboy7