Question: python language, learning if-statements, loops, nested lists and nested loops Part I: Student Grade Alert (20 points) In this part, you will write a function

python language, learning if-statements, loops, nested lists and nested loops

python language, learning if-statements, loops, nested lists and nested loops Part I:Student Grade Alert (20 points) In this part, you will write a

Part I: Student Grade Alert (20 points) In this part, you will write a function student-alert ()The function simulates a simplified student grade alert system, which will evaluate a list of students' grades, and return their corresponding "alert level" (more on this later). The function takes only one argument, student s, which is a list of lists. Each sub-list contains one particular student's grades in the form of letter grade strings. Each letter grade has a corresponding integer value as shown below: Letter Grade Corresponding Value 95 85 75 1) Example list: [l'A', 'B,'A,',B'1, ['A', 'F'l, ['F,'C, D', 'A','A', ['F,'F'1

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!