Hello, I am a rookie programmer and only recently started using CodeChef. I was testing out the CodeChef ide and realised that I got an error everytime i tried to take input on the Python ide. The error triggered for both the input() and raw_input() functions.If someone could suggest a fix or an alternative method of taking input, I'd appreciate it.
My code:
x = input()
Error:
Traceback (most recent call last):
File "./prog.py", line 2, in <module>
EOFError: EOF when reading a line