Question: [M4 CSQ3] Draw a flowchart and construct a python program to Write a Python program to create and accept a two-dimensional list of M elements
![[M4 CSQ3] Draw a flowchart and construct a python program to](https://dsd5zvtm8ll6.cloudfront.net/si.experts.images/questions/2024/09/66f3ce95c8c0f_16566f3ce955033c.jpg)
[M4 CSQ3] Draw a flowchart and construct a python program to Write a Python program to create and accept a two-dimensional list of M elements with different data types. Use this list as a database to store two entries (rows) and retrieve the appropriate row by assuming some field as primary key. [C01] (L2] Sample workout as given below: Input 2 //Number of lists 5 // length of list M ["John", "smith", 1234, "B+", 10.03] //actual list row1 ["Rockey", "Jr", 6789, "A+", 40.03) //actual list row2 2 // index of the primary key //value of the primary key query 1234 Output: ["John", "smith", 1234, "B+", 10.03) For example: Test Input Result 1 2 "John", "smith", 1234, "B+", 19.03] 5 John "smith 1234 10.03 ridt
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
