Answered step by step
Verified Expert Solution
Question
1 Approved Answer
2. Consider a dictionary called course_enrolment. The dictionary uses strings as its keys In this case the strings are simply the course codes (eg. 'comp1005',
2. Consider a dictionary called course_enrolment. The dictionary uses strings as its keys In this case the strings are simply the course codes (eg. 'comp1005', math1000', etc) The values of the dictionary are integers that represent the total number of students enrolled in a given class. Write a function called total_enrolment that takes such a dictionary as its single input parameter. The function will iterate over the dictionary and return the total number of students enrolled in all classes
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started