Please ensure that JavaScript is running.
Learn
Challenges
Blogs
About
Contact
Learn
Challenges
Blogs
About
Contact
Home
/
Code-challenges
/
Average Grades
Python Code Challenge
55 -
Write a program that takes in a dictionary of grades (string keys and float values) and outputs the average grade.
Python
Dictionaries
If Statements