Answer:
You need to use a nested for loop. Use the range() builtin to produce an iterable sequence. The outer for loop should iterate over the number of rows.
Explanation:
Use the range() builtin to produce an iterable sequence. The outer for loop should iterate over the number of rows overtime.