下列程序绘制的是一个什么图形?( )
import turtle
for i in range(5):
turtle.forward(90)
turtle.left(90)
等边三角形
正方形
五边形
圆
发表评论