for i in range(5): j = 0 j = j+1 print("j = ", j) k = 0 for i in range(5): k = k+1 print("k = ", k)