Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

In Python dictionary: student = {John = 95, Mike = 80, Sarah = 90} please create these: Create For loop for max Create For loop

In Python dictionary: student = {"John" = 95, "Mike" = 80, "Sarah" = 90}

please create these:

Create For loop for max

Create For loop for min

Create For loop for average

calculate and display the name and the value of the person with the lowest

calculate and display the name and the value of the person with the highest

calculate and display the average grade

Thank you!

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored 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

Question

Discuss what would be covered in a first interview with an athlete.

Answered: 1 week ago