摘要: import turtle as t def nose(): t.penup() t.seth(90) t.fd(100) t.pendown() t.begin_fill() t.fillcolor('black') t.seth(45) t.fd(25) t.seth(135) t.circle 阅读全文
posted @ 2020-09-20 22:28 εε 阅读(124) 评论(0) 推荐(0)