para i em um para j em um python de loop
for i, j in zip(range(x), range(y)):
...
Light Louse
for i, j in zip(range(x), range(y)):
...