题库 Python题库 题目列表 要绘制一个内径(六个顶点到中心点的距离)为100的正...
单选题

要绘制一个内径(六个顶点到中心点的距离)为100的正六边形,横线处的代码应该是?( )

import turtle
 
turtle.pendown()
 
turtle.circle(___,___,___)
 
turtle.penup()
 
turtle.done()
A.

100906

B.

50906

C.

1003606

D.

1006360

题目信息
2023年 选择题 3月
33%
正确率
0
评论
102
点击