how to correct this error? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

how to correct this error?

40 Traceback (most recent call last): File "..\Playground\", line 1, in <module> \ufeffprint(float(input("40")) + float(input("2"))) EOFError: EOF when reading a line

9th May 2019, 5:37 PM
Arman
Arman - avatar
1 Answer
+ 2
An eof error is raised if there is no input given so if you want to fix it, you need to give it an input in the pop up box when you press the run button
9th May 2019, 5:51 PM
Julian
Julian - avatar