2020年4月2日
摘要: import turtle as t t.fillcolor("yellow") t.begin_fill() t.pensize(3) t.circle(100) t.penup() t.left(125) t.fd(120) t.pendown() t.right(85) t.fd(30) t. 阅读全文
posted @ 2020-04-02 12:48 以晴 阅读(174) 评论(0) 推荐(0)