下列关于turtle描述不正确的是( )
turtle的移动:turtle.goto(x,y)
画圆的用法:turtle.circle(r,angle)
当前距离后退:turtle.left(d)
当前距离前进:turtle.forward(d)