要绘制一个直径为10的圆,使用以下哪个语句?
要绘制一个直径为10的圆,使用以下哪个语句?
A.turtle.circle(5)
B.turtle.circle(10)
C.turtle.dot(5)
D.turtle.dot(10)
正确答案:turtle.circle(5)
Tag:python语言程序设计 直径 语句
时间:2022-01-17 20:23:40