Question: Wgradebooks = { ' Business Analytics': { ' Alice ' : 9 5 , 'Troy': 9 2 } , 'Python Programming': { ' James '

Wgradebooks ={'Business Analytics': {'Alice': 95, 'Troy': 92},
'Python Programming': {'James': 89, 'Charles': 100,'Bryn': 69, 'Alice': 100},
'Artificial Intelligence': {'Troy': 93, 'James': 100, 'Charles': 88}) Write code to create a dictionary with each entry representing a course and all students receiving the maximum score for that course. The result should be
```python
{'Business Analytics': ['Alice'], 'Python Programming': ['Charles', 'Alice'], 'Artificial Intelligence': ['James']}
```

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!