摘要: import turtle as t t.speed(0) t.color('red') t.begin_fill() t.circle(100) t.end_fill() t.penup() t.goto(0, 20) t.pendown() t.color('white') t.begin_fi 阅读全文
posted @ 2022-09-16 13:10 Hi,小董先生 阅读(70) 评论(0) 推荐(0)