2021年5月3日星期一

Create a list of the students' final grades. A student's final grade is their maximum score on these three tests

people = {  'Aaron': [87, 52, 78],  'Barbara': [92, 79, 85],  'Clarence': [42, 68, 55],  'Donovan': [95, 100, 87],  'Erika': [62, 88, 47],  'Fernando': [84, 99, 0]  

}

Using list comprehension please

https://stackoverflow.com/questions/67377882/create-a-list-of-the-students-final-grades-a-students-final-grade-is-their-ma May 04, 2021 at 10:04AM

没有评论:

发表评论