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

[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

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!