I have a homework, I have a dictionnary of grades and I need to take all the values to find the average of these grades. But I don't know how to take only the values {"DM1" : 90}
I just need the 90. Can someone help please. Thanks
bulletin = {"DS1": 15, "DM1": 13, "DS3": 14, "DM2": 15, "TP": 18, "DM3": 16, "DS3": 11}
into
grades = []