News

matplotlib.pyplot is already available as plt. Use plt.hist() to create a histogram of the values in life_exp. Do not specify the number of bins; Python will set the number of bins to 10 by default ...
matplotlib.pyplot is already available as plt. # Instructions: # - Use plt.hist() to create a histogram of the values in life_exp. Do not specify the number of bins; Python # will set the number of ...