Explain this error message? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Explain this error message?

user_input = input(": ") This line shows error in sololearn code editor That was, EOFerror: EOF when reading a line

16th Jun 2020, 4:07 PM
Siva Manoj
Siva Manoj - avatar
1 Answer
+ 6
The error is not in the code. It occured because the input was not given perfectly. You just need to understand the way Sololearn takes inputs. Here's a short tutorial: https://code.sololearn.com/WhiNb9BkJUVC/?ref=app
16th Jun 2020, 4:17 PM
Nova
Nova - avatar