Computer Science, asked by devendrakumarsao681, 1 month ago

how to make student Information system by using list, dictionary and tuples and without using Database​

Answers

Answered by Aman28yo
2

Answer:

Sorting of names according to First Name of the students.

Finding the Minimum marks among all the marks

Finding contact number of student using his/her First Name.

Explanation:

sort( ) function that sorts the record based on the first name.

minmarks( ) function that finds the minimum marks from all records.

searchdetail( ) function that takes first name as an input and fetch student contact number from the corresponding record.

option() function for showing the options.

Similar questions