import matplotlib.pyplot as pp import numpy as np pp.plot([0,1,20, 30, 40, 50]) pp.show()
Run