摘要: from turtle import * def nose(x,y):#鼻子 penup()#提起笔 goto(x,y)#定位 pendown()#落笔,开始画 setheading(-30)#将乌龟的方向设置为to_angle/为数字(0-东、90-北、180-西、270-南) begin_fill()#准备开始填充图形 a=0.4 f... 阅读全文
posted @ 2019-01-18 13:45 wuxinyan 阅读(674) 评论(0) 推荐(0) 编辑