Solution Exercise 151: draw curve of parabolic function with matplotlib python
Exercise 151 By using the matplotlib module, write a python algorithm which draw the curve of function f(x) = x2 on the interval [-3 , +3] Solution import matplotlib.pyplot as…