题目:绘制下面的图形 解析: 绘制三个圆弧组成的逗号。 答案: 方法一 import turtle as t def rbanyuan(r, d): for i in range(0, 180): t.fd(0.0174*r) t.rt(