摘要: import turtle turtle.color('black','blue') turtle.pensize(3) turtle.begin_fill() turtle.penup() turtle.goto(-100,80) turtle.pendown() for i in range(3 阅读全文
posted @ 2020-03-12 21:05 叶落知秋max 阅读(139) 评论(0) 推荐(0) 编辑
摘要: import turtle turtle.color('black','green') turtle.pensize(5) turtle.begin_fill() turtle.penup() turtle.goto(-150,-120) turtle.pendown() turtle.lt(90) 阅读全文
posted @ 2020-03-12 20:52 叶落知秋max 阅读(115) 评论(0) 推荐(0) 编辑