''' Author: Day 19 Homework - Problem #2 We want to answer the following question: Are shallow earthquakes more frequent than deep ones? In order to answer this question you must show a histogram of the depths of the earthquakes recorded. ''' import matplotlib.pyplot as plt import earthquakes quake_list = earthquakes.get_report("day","all")