Help me in solving DOREWARD problem

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

@stalachutla
practice more and more buddy .
try to pick easy problems initially then increase your difficulty .