Python坐标系问题

turtle模块一般称海龟绘图 打开IDLE(Python 3.6.32.bin) 导入模块:import  turtle 输入显示箭头:turtle.showturtle() 写字符串:turtle.write("高淇") 前进 300像素: turtle.forward(300) //是以圆圈为中心向前移动300像素 帮助箭头更换颜色:turtle.color("red") 8. 箭头左转90
相关文章
相关标签/搜索