Relative Content

Tag Archive for python-3.x

Python input error EOFError: EOF when reading a line

I am trying to get python to take in an input. I am new to learning python.
File “/home/jdoodle.py”, line 8, in
seed = int(input(“Enter game number: “))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
EOFError: EOF when reading a line