Help me in solving FIT problem

My issue

Please tell me output and explain clearly

My code

# cook your dish here
T=int(input ())
for _ i in range(T):
    x=int(input())
    if x*5:
        
      

Learning course: Basic Math using Python
Problem Link: Fitness Practice Problem in - CodeChef

@nsanusha123g
u have to do it like this

# cook your dish here
# cook your dish here
T=int(input ())
for i in range(T):
    x=int(input())
    print(x*10)