0
EOFError: EOF when reading a line
this error appears when i use input in a while ex. while 2>1: ep=input("how are you?") i solved in another case putting the input before the while but this time the input must be inserted more than once
1 Antwort
+ 2
that works for me but will be an infinite loop