Question: --------------------------------------------- Used the python program ---------------------------------------- Write a Python program that creates and stores a multiplication table in a 2D list called MT , and

---------------------------------------------Used the python program ----------------------------------------

Write a Python program that creates and stores a multiplication table in a 2D list called MT, and then displays elements. Do NOT create additional lists.

To create a empty list (2D list)called MT, use the following:

MT = [ ]

Use three while loops (counter-controlled):

Use one while loop to add elements to the MT list and set initial value to be 0.

Use another while loop to change elements (Do NOT set values manually, except the first row and first column).

Use the other to display elements.

---------------------------------------------Used the python program ---------------------------------------- Write a Python program that creates and

OUTPUT - Use tab after displaying each number. Multiplication Table: 4 10 12 18 18 27 36 10 16 12 16 15 21 12 15 32 40 50 60 70 80 90 100 25 35 14 16 18 20 35 40 45 50 49 56 63 70 21 63 32 36 64 72 27 72 10 60 90

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!