第16811题 单选题
关于下列Python turtle库代码的说法,正确的是哪一项

给定Python turtle代码如下:

t = int(turtle.textinput('边数','几边形:')) 
turtle.circle(50, steps=t)
turtle.done()
{{ option.label }}
子题{{ index + 1 }} {{ child.type_label }}
{{ option.label }}
✓ 正确 ◐ 部分正确 ✗ 错误
程序运行统计
暂无判题统计
提交{{ questionInfo.stats ? questionInfo.stats.submit_count : 0 }}次 正确率{{ statsAccuracy }}%
答案解析