I cannot get any python program to run
as soon as I do an input(), I end up with a NZEC. For example this 1 line program fails:
input()
Error is
Traceback (most recent call last):
File “./prog.py”, line 1, in
EOFError: EOF when reading a line
Can you please help me with this?