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
# 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