第18868题 程序题
使用Python turtle绘制指定标志

请使用turtle画出下图所示标志:

目标标志

要求:

  1. 线条颜色为黑色,线条粗细为10;
  2. 圆半径为50,填充颜色为蓝色;
  3. 等边三角形边长为180;
  4. 等边三角形底边中点位置为画布正中心。
{{ option.label }}
子题{{ index + 1 }} {{ child.type_label }}
{{ option.label }}
✓ 正确 ◐ 部分正确 ✗ 错误
编辑模式
程序运行统计
暂无判题统计
提交{{ questionInfo.stats ? questionInfo.stats.submit_count : 0 }}次 正确率{{ statsAccuracy }}%
答案解析