题库 python等级考试 题目列表 下列代码不能画出直径为10的点的是?( )
单选题

下列代码不能画出直径为10的点的是?( )

A.
turtle.pensize(10) 
turtle.pendown()


B.
turtle.dot(10)


C.
turtle.begin_fill() 
turtle.circle(5) 
turtle.end_fill()
D.
turtle.begin_fill() 
turtle.circle(10) 
turtle.end_fill()


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