Why is the following code not producing any result? Why is it giving error? (Note that all required libraries have been imported and are available) (1) a = range(10,50,12) b=range(90,200,20) matplotlib.pyplot.plot(a,b)
Answers
Answered by
4
Answer:
what type of error is it displaying?
Similar questions