InterviewSolution
Saved Bookmarks
| 1. |
Using python function enter the n no of atudemts through list and find out greatest marks |
|
Answer» Consider a CLASS of 20 students whose names and MARKS are GIVEN to you. The task is to arrange the students according to their marks in decreasing order. WRITE a python program to perform the task. |
|