摘要: import turtle as timport matht.setup(650, 500, 700, 300)t.speed(5)t.penup()t.goto(-290, 120)t.pendown()# 头部轮廓t.fillcolor("black")t.begin_fill()t.pensi 阅读全文
posted @ 2025-04-12 21:49 ganxiaozhe 阅读(29) 评论(0) 推荐(0)