Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

image text in transcribedimage text in transcribed

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

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions