Python几行代码教你学会海龟制图
1.显示箭头 turtle.showturtle() 2.设置颜色 turtle.color(“pink”) 3.设置宽度 turtle.pensize() 4.设置行进速度 turtle.speed() *根据自己喜好设置
`