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
1 Antwort
+ 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