Python - For Loop
Identify the error in the following nested loop code:
for i in range(2):
for j in range(3):
print(i, j)for i in range(2):
for j in range(3):
print(i, j)15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions