0
how can i slow down a script from all running at once?
im makeing a school project and i have 2 variables Answer_1 input() and answer_2 =input() but they overlap each other and it causes a EOFError
2 Respuestas
+ 4
In SoloLearn, enter both inputs in the same dialog, separated by enter.
It looks like your program needs input:
1 (press enter)
2
[press submit]
+ 2
Write code in a code editor, like QPython3 for Android, or Notepad++ for Windows. Then, save as a .py file and run with an interpreter.