import matplotlib.pyplot as plt import numpy as np x=np.linspace(-5,5,100) y=x**3-3 plt.plot(x,y) plt.grid() plt.show()
import numpy as np fru_items=[["apple","banana","cherry","durian","eggplant","fig...
沒有留言:
張貼留言