Why there is no output? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Why there is no output?

import numpy as np import matplotlib.pyplot as plt year=[2014,2015,2016,2017,2018] jvn=[90,92,94,95,97] kvp=[89,91,93,95,98] plt.plot(jvn,kvp) plt.show()

31st Aug 2020, 8:44 AM
Ashish
Ashish - avatar
0 Answers