Help me in solving GS15 problem

My issue

My code

# Debug the following code to solve the problem

t = input()
for i in range(t)
    N = int(input())
    print(2*N)

Learning course: Python for problem solving - 1
Problem Link: CodeChef: Practical coding for everyone

@sc626361 - can you elaborate your issue.