OOP Topic Classes Quiz - 2
OOP Topic Classes Quiz - 2
School of Engineering
Electrical Engineering Department
Describe a Python program to design a function to help a local healthcare clinic automate the
calculation and categorization of Body Mass Index (BMI) for their patients. Your program will be
used by the clinic staff to assess the health of patients based on their BMI.
You need to write a function in Python called calculate_bmi that takes a list of patients, with each
patient’s information stored in a dictionary (as shown below). The function should: