EOF error coming

I have written a code which is working correctly on jupyter but giving error in codezen “EOF when reading a line”

First of select python3 from top left corner
Afterwards you can take input from input() and then convert it into int
Ex:
m = int(input())
print(m)

1 Like

Hopefully you may be clicking on run code without entering correct input under custom input section.
Before clicking on run code button provide suitable input and this will eradicate the error.

Hopefully this clears your problem.

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.