摘要:# -*- coding:utf-8 -*- from turtle import* def nose(x,y):#鼻子 penup()#提起笔 goto(x,y)#定位 pendown()#落笔,开始画 setheading(-30)#将乌龟的方向设置为to_angle/为数字(0-东、90-北、180-西、270-南) begin_fill()...
阅读全文
posted @ 2019-04-28 15:37
posted @ 2019-04-28 15:37
posted @ 2019-04-25 15:57
posted @ 2019-04-24 16:03