Answered step by step
Verified Expert Solution
Link Copied!

Question

00
1 Approved Answer

You've created a dictionary to store your marks with the course name as the key and a list of integers as the marks for that

You've created a dictionary to store your marks with the course name as the key and a list of integers as the marks for that course. Write a function called my_average that takes this dictionary as a parameter and prints out your average for each course and your overall average for all courses.
Dictionaries con't
my_marks ={"math": 76,67,82,90, "english": [72,
77,69,81,75], "biology": [83,86,79,
93], "physics": 88,89,92,96,93,
"chemistry": [71,65,73,80]
image text in transcribed

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