I already program in c, I'm mdc in Python but I'm having difficulty with indentation, because in c we do not care about it, could someone help me, my code below
numero = int(input())
for i in range():
x = int(input())
n = int(input())
int resto = x % n
while(resto!=0)
x = n
n = resto
resto = x % n
print(n2)