摘要: import turtle as t t.penup() t.goto(-330,220) t.pendown() a=1 t.fillcolor('red') t.color('red') t.begin_fill() while a<=4: if a%2==1: t.fd(660) else: 阅读全文
posted @ 2025-03-03 00:39 广东吴亦几 阅读(16) 评论(0) 推荐(0)