My issue
i did not solve problems in the field of arrays.so what will i do for my problem
My code
# cook your dish here
# cook your dish here
t=int(input())
for _ in range(t):
x=int(input())
if(x<=3):
print("BRONZE")
elif(x>3 and x<=6):
print("SILVER")
else:
print("GOLD")
Problem Link: Donation Rewards Practice Coding Problem - CodeChef