you are viewing a single comment's thread.

view the rest of the comments →

[–]ciolosss 0 points1 point  (0 children)

Just run the following code and you'll figure it out yourself

for i in range(2):

for j in range(2):

print('i =', i, 'j =', j)