I want to do a nested loop of the type:
for i0 in range(n): for i1 in range(n): .... for iN in range(n): #something