摘要: import turtle as t iimport turtle as t t.fillcolor("red")#颜色填充函数 t. begin_fill() while True: t.forward(200) t.right(144) if abs(t.pos())<1:#看画笔是否回到原点, 阅读全文
posted @ 2020-09-14 19:51 gsy1121 阅读(72) 评论(0) 推荐(0)