A. 可用 import turtle 导入 turtle 库函数 B. seth(x) 是 setheading(x) 函数的别名,功能是让画笔旋转 x 角度 C. 在 import turtle 之后,可以用 turtle.circle( ) 语句画一个圆圈 D. turtle.home( ) 函数设置当前画笔位置到原点,方向朝上
A. seth( ) B. right( ) C. pensize( ) D. pencolor( )
A. pip download 第三方库名 B. pip search 第三方库名 C. pip uninstall 第三方库名 D. pip install 第三方库名
A. pip B. PyQt5 C. PyInstaller D. PyGame
A. get B. download C. install D. show