What is EOF error when reading a line ?

EOF means End Of File

This Message Literally means program called input() but fails

to have any available input to read

This Problem Generally comes while solving Codechef Problems.

Now In this blog I will be talk about 

How to fix it ?



Please Use  (try // Except)  or exception handling

Example,

try:
    // your code
except:
    pass