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
New contributor
Tanika Johnson is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.