用python绘制sin曲线 xy序列的值使用推导式生成 提示:import matplotlib.pyplot as pltplt.plot(x_values,y_values)plt.show()不能用numpy或pandas