0
Getting EOf erro
I'm getting EOF error and I'm not able to understand https://code.sololearn.com/cB5VP1lup0I4/?ref=app https://code.sololearn.com/cB5VP1lup0I4/?ref=app
4 Réponses
+ 2
It's because you put an input in the while loop, in a normal python interpreter, it will run without error, but thé platform of sololearn takes input once, so you take the input out of the loop.
+ 2
Or Provide all the inputs at once ,
50
100
110
+ 1
Your code:- https://code.sololearn.com/coHyOWtmjHzy/?ref=app
0
Take line 3 above while loop.