想要画出如下图形,第④行代码应该是?( )
① import turtle
② t = turtle.Turtle()
③ t.forward(100)
④
⑤ t.forward(100)
t.left(90)
t.right(90)
t.left(180)
t.right(-90)