百度试题 结果1 题目有如下代码,用plot方法画出其图像 import matplotlib.pyplot as plt; x=(0,10); y=sin(x); ( ) 相关知识点: 试题来源: 解析 plt.plot(x,y);