+ 2
Pls, what is EOF Error, like when you run a code, it points out a line and says EOF Error when reading the line.
Code coach
5 odpowiedzi
+ 4
It is possible that you forgot to close a pair of parentheses
+ 3
If you provide all the inputs once before hitting submit button in solo learn , it won't throw EOF error
+ 2
EOF stands for End of File in Python. Unexpected EOF implies that the interpreter has reached the end of our program before executing all the code.
+ 1
Thanks so much for your answers. I've figured out what was wrong thanks to y'all.😊😊