how can i slow down a script from all running at once? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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

18th Oct 2017, 1:08 AM
DragonHype
DragonHype - avatar
2 Answers
+ 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]
18th Oct 2017, 2:38 AM
Kirk Schafer
Kirk Schafer - avatar
+ 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.
18th Oct 2017, 1:53 AM
LunarCoffee
LunarCoffee - avatar