下列代码执行后最有可能绘制出哪个图形?( )
import turtle
turtle.forward(100)
turtle.right(90)
turtle.right(45)
turtle.goto(0,0)
turtle.hideturtle()