求if abs(pos())<1:的讲解求if abs(pos())<1:的讲解
当前位置与原点的距离小于1的时候退出距离小于1,但并没有回到原点,只是与原点很近而已pos()返回海龟的当前位置,abs()返回当前位置与原点的距离