摘要: import turtle as timport timet.color("red", "yellow")t.speed(10)t.begin_fill()for _ in range(50): t.forward(200) t.left(170)end_fill()time.sleep(1) 阅读全文
posted @ 2020-09-21 20:51 Elaine-- 阅读(645) 评论(0) 推荐(0)