I need help writing this code in PYTHON:
Feature #3: Generate a graph that shows the number of deathsover years. Looking at the graph, we can tell if the number ofdeaths are increasing or decreasing.
To generate a plot, make sure to add this line at the verybeginning of your code:
import matplotlib.pylab as plt
Then make a list of numbers — lets call this list dlist. Eachnumber in the list represent total death in a year. Send the listto the graph usig this line:
plt.plot(dlist)
and finally, use this line to put it on screen:
plt.show()
I have this code already set up for other parts of
PayPal Gateway not configured
PayPal Gateway not configured