seth()函数可以改变海龟的运行方向并且行进
举一反三
- seth()函数可以改变海龟的运行方向并且行进 A: 正确 B: 错误
- turtle.seth(angle) 函数,只改变海龟行进的方向但不行进。
- 下面哪个 turtle 函数表示改变海龟的朝向 A: seth B: penup C: forward D: circle
- 下面哪一个turtle方法可以改变小海龟的行进方向( )。 A: A head( ) B: B heading( ) C: C sethead( ) D: D seth( )
- 关于turtle库,设置海龟头部方向为45度角,用哪个函数表达式 A: left(45) B: ight(45) C: seth(45) D: circle(45)