第25535题 判断题
判断给定Python turtle代码执行后是否会输出等边三角形
import turtle
turtle.circle(50, steps = 3)
turtle.done()
A

正确

B

错误

程序运行统计
暂无判题统计