Python challenges

while compiling i am getting this error same code is working properly on jupyter notebook :-

Traceback (most recent call last):
File “source”, line 1, in
x=int(input())
EOFError: EOF when reading a line

Hey @hssharma2212000, while you are running your code on ide you need to first provide the custom input. Press the input button on top right near run and than provide the sample input and than click on run button.

Hope this cleared your doubt. :blush:

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.