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

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

import turtle

turtle.pendown()

turtle.circle( _____ ,_______,_______)

turtle.penup()

turtle.done()


A.

100,90,6

B.

50,90,6

C.

100,360,6

D.

100,6,360

题目信息
常用标准库的操作 一级知识块 2023年3月 一般
-
正确率
0
评论
29
点击