模块化绘画小黄人
def mkmouth(self):
t.seth(270)
t.color("black", "white")
t.begin_fill()
t.circle(20, 180)
t.left(90)
t.forward(40)
t.end_fill()
下载python海龟画图(小黄人)用户还喜欢
模块化绘画小黄人
def mkmouth(self):
t.seth(270)
t.color("black", "white")
t.begin_fill()
t.circle(20, 180)
t.left(90)
t.forward(40)
t.end_fill()
评论