1
Set the matplotlib backend to Agg before importing pyplot
4
Create a histogram with 10-point bins from 0 to 100 using the bins parameter
6
Label the vertical line so it appears in the legend
7
Add a title and axis labels
8
Add a legend so the mean line is identified
9
Save as score_histogram.png