Nested for loops and dry-running code - Answers
Q1. Type in the code and get it working.
Q2. X is set to 1, then y is looped around 4 times. Each time, y increases from 1 and prints out "x * y" = x * y. After the y loop has finished, you return to the x loop and increase x by 1. This is repeated three times (In (range 1, 4) you go up to but do not include the 4).
Q3.
Q4.
Q5 - Q7. No answers required.