import turtle for i in range(10): turtle.forward(20) turtle.left(90) turtle.forward(10) turtle.right(90)
正确
错误