Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

In Python Dictionary: student = {John: 0, Mike: 0, Sarah: 0} please create For Loop using the student dictionary, request user input, and change each

In Python Dictionary: student = {"John": 0, "Mike": 0, "Sarah": 0}

please create "For Loop" using the student dictionary, request user input, and change each student grade value:

This is how it should look:

Please enter the new grade for John:

Please enter the new grade for Mike:

Please enter the new grade for Sarah:

Here is the new grade --> John = 95, Mike = 80, and Sarah = 90.

Again please create "For Loop" to calculate the average and display all the students with grades that is ABOVE the average

Display name and student score and the average score.

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

Recommended Textbook for

Database Management With Website Development Applications

Authors: Greg Riccardi

1st Edition

0201743876, 978-0201743876

More Books

Students also viewed these Databases questions