+ 2
¿Alguien que me explique mi error?
5 Antworten
0
Rekiem 207 you're welcome
+ 1
Ok, sololearn does not ask for input multiple times. you have to enter in all your input at once, separated by line. Your code asks for input 3 times, so when prompted for input, enter:
1
2
3
(Or whatever numbers you want)
Then your code will run without the error.
+ 1
Ok,thanks 👍
0
Works for me.
Are you referring to the "EOFError"?
0
Yes