# Introduction As a school administrator, you need to keep track of the number of students enrolled in each grade level. You have been asked to write a Python function that takes a list of integers representing the grade levels of students and returns a dictionary with the number of students enrolled in each grade level.
Click the virtual machine below to start practicing