My issue
why my output is not coming
My code
# cook your dish here
n= int(input())
for i in range(n):
x = int(input())
if x >= 2000:
print("yes")
else:
print("no")
Learning course: Practice Python
Problem Link: CodeChef: Practical coding for everyone