题库 Python题库 题目列表 运行下列python代码后可绘制出下面的半径为50的圆形。...
判断题

运行下列python代码后可绘制出下面的半径为50的圆形。

import turtle
turtle.color('red')
turtle.penup()
turtle.circle(50)
turtle.pendown()


A.
正确
B.
错误
题目信息
2022年 6月 判断题
0%
正确率
0
评论
55
点击