Write a set of nested loops that display the contents of the numbers list shown in Checkpoint

Question:

Write a set of nested loops that display the contents of the numbers list shown in Checkpoint question 7.19.


Checkpoint 7.19

Look at the following interactive session, in which a two-dimensional list is created. How many rows and how many columns are in the list?

numbers = [[1, 2], [10, 20], [100, 200], [1000, 2000]]

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: