EOFError: 'EOF when reading a line' with python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

EOFError: 'EOF when reading a line' with python

WHY DOES IT SHOW ME THIS MESSAGE a = input() print (a) https://www.youtube.com/watch?v=Ap3GY50EQ7o&feature=youtu.be

23rd Dec 2020, 11:55 PM
FoamyAdampower
FoamyAdampower - avatar
6 Answers
0
That didnt help but thanks
24th Dec 2020, 12:43 AM
FoamyAdampower
FoamyAdampower - avatar
0
the problem is your space
24th Dec 2020, 3:50 PM
Avalon
0
python wasn't especting a space between the print and what to print
24th Dec 2020, 3:50 PM
Avalon
0
so it sends an error
24th Dec 2020, 3:50 PM
Avalon
0
EOF is end of function so when you see this, look at the function it is talking about
24th Dec 2020, 3:51 PM
Avalon