判断题
运行下列Python代码可以画出一个绿色的圆。 ( )
import turtle turtle.penup() turtle.color('green') turtle.circle(50) turtle.pendown()
A.
正确
B.
错误
发表评论 取消回复