Python画小猪佩奇

参考:https://docs.python.org/3/library/turtle.html from turtle import* def nose(x,y):#鼻子 penup()#提起笔 goto(x,y)#定位 pendown()#落笔,开始画 setheading(-30)#将乌龟的方向设置为to_angle/为数字(0-东、90-北、180-西、2
相关文章
相关标签/搜索