第1关:绘图函数 - 绘制 sin 函数 本关任务:请编写代码完成sin函数曲线绘制。完成图应如下图所示: import matplotlib matplotlib.use("Agg") import matplotlib.pyplot as plt x = [0,30,60,