EOF ERROR | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

EOF ERROR

Guys, I need help fixing an eof error in the python console. I don't know what to do

23rd Oct 2017, 8:00 PM
Daniel Eta
Daniel Eta - avatar
1 Answer
+ 4
In the code playground, you are not in a real local python environment... EOF error mostly occurs because of missuse and/or missunderstanding how in/output works and are limited here: the code you run is send to sololearn servers, distant executed, output collected and returned to be displayed at user side. So, you are prompted (pop up) for typing ALL input required at any time by your script AT ONCE, each separated by a new line char ^^ Real text in/output interactivity is not possible in code playgroud context...
23rd Oct 2017, 8:40 PM
visph
visph - avatar