面Python执行后输出是( )。
import turtle
turtle.pencolor("red")
for i in range(3):
turtle.forward(50)
turtle.left(90)
红色正方形,四周封闭
红色正方形,左边有缺口
红色正方形,右边有缺口
红色正方形,底边有缺口