Ide is not taking input

when i use,
t=int(input())
it is throwing error as
: Traceback (most recent call last):
File “script.py”, line 17, in
t=int(input())
EOFError: EOF when reading a line