I dont understanding the programs idont basics also

My issue

can you give the program for this question?

My code



T = int(input())
for_in range(T):
n=int(input())
result=n*2
print(result)

Learning course: Roadmap to 3*
Problem Link: https://www.codechef.com/learn/course/klu-roadmap-3star/KLURMP300A/problems/EZSPEAK

Your indention is wrong you need to put spaces after your for loop