第14460题 判断题
给定的四行Python turtle代码执行后是否会绘制一个边长为100的填充红色等边三角形?
import turtle
turtle.fillcolor("red")
turtle.begin_fill()
turtle.circle(100, steps=3)
turtle.end_fill()
{{ option.label }}
子题{{ index + 1 }} {{ child.type_label }}
{{ option.label }}
✓ 正确 ◐ 部分正确 ✗ 错误
程序运行统计
暂无判题统计
提交{{ questionInfo.stats ? questionInfo.stats.submit_count : 0 }}次 正确率{{ statsAccuracy }}%
答案解析