import matplotlib.pyplot as plt
squares=[1,4,9,16]
plt.plot(squares)
plt.show()
错误如下
2020-04-14
最新推荐文章于 2022-11-27 09:59:48 发布
import matplotlib.pyplot as plt
squares=[1,4,9,16]
plt.plot(squares)
plt.show()
错误如下