i, j nested for loop with {itertools.product} {python} 0014 Python 🐍 from itertools import product for i, j in product(range(N), range(M)): pass