Traceback (most recent call last):
File “prog.py”, line 2, in
t=int(input())
EOFError: EOF when reading a line
Input eof problem
Hello @atul20,
You are running the program without providing a custom input in the IDE. Give custom inputs before executing the code.
Thanks