如果要让turtle向左转45度,应该使用哪个命令?( )
turtle.left(45)
turtle.turnleft(45)
turtle.forward(45)
turtle.right(45)