在海龟绘图中,turtle具有绝对方向,对应的命令为turtle.setheading(angel),若想要让小海龟面向屏幕的下方,下列指令使用正确的是?( )
turtle.setheading(-180)
turtle.setheading(-90)
turtle.setheading(90)
turtle.setheading(0)