+ 1
Why inputs in while loop are showing EOFerror
How to clear EOFerror in python. It is appearing only if input is used inside while loop. I'm using mobile
3 odpowiedzi
+ 1
Your best bet is to install your IDE right away and write code and practice there. EOFerror appears when input has been skipped
+ 2
Use exception handling mechanism in the while-loop body.
https://www.sololearn.com/learn/JUMP_LINK__&&__Python__&&__JUMP_LINK/2440/
0
Link your code here so we can check what actual the problem is.?