Input functions are not working in python showing error
Traceback (most recent call last):
File “prog.py”, line 1, in
h=int(input())
EOFError: EOF when reading a line
Input code not running
When you are running on ide, you need to provide input.
Press input button on the top bar, where you see the run button, Enter your input variables there and than press run button.
Hope this cleared your Doubt. 