+ 1
EOFError: EOF when reading a line
The code displays leap year or not. I get an EOFError: EOF when reading a line. Please, help. https://code.sololearn.com/c1TOy8xvmAJ5/?ref=app
6 Antworten
+ 6
Common error while you are running code on sololearn ,code playground here isn't interactive so you need to provide all possible inputs at once
+ 6
The function header in line 1 has an indentation, but should start at the beginning of the line.
def is_year_leap():
+ 4
SoloLearn's code playground isn't interactive so this EOF error is raised when u use multiline input in SoloLearn.
+ 1
~ swim ~ thanks, it's Informative
0
Abhay I'll know. Thank you
0
Martin Taylor thanks