摘要: #五角星绘制import turtle as t t.penup() t.fd(-250) t.pendown() t.pensize(10) t.pencolor("yellow") t.fillcolor("red") t.begin_fill() for i in range(5): t.fd 阅读全文
posted @ 2020-03-15 11:19 平平无奇的陈序员 阅读(262) 评论(0) 推荐(0)