下列程序运行后,显示的图形形状是?
import turtle for i in range(5): turtle.forward(50) turtle.left(90)
正方形
三角形
正五边形
正六边形