Putting Everything Together Given the following list peform the following tasks 1. write a function that calculates the
Posted: Fri Jul 08, 2022 6:43 am
Putting Everything Together Given the following list peform the following tasks 1. write a function that calculates the average given a column 2. Write a function to calculate the final % of the students 3. Calculate the rank of all the students and add it to the list 4. Print the list as a table 5. 3 students will give ideas of what we can do In [33]: #Given the following List peform the following tasks #1- write a function that calculates the average given a column #2- Write a function to calculate the final % of the students #3- Calculate the rank of all the students and add it to the li #4- Print the List as a table #5- 3 students will give ideas of what we can do