why am i getting NZEC in python by using input() function only in IDE of codechef??

code works perfectly fine in pycharm and other online compilers.

print(input())

even this shows NZEC error in line 1 in codechef.