摘要: import turtle as t t.begin_fill() t.fillcolor("red") t.setup(800,600,0,0) t.speed(5) t.penup() t.goto(-70,180) t.pendown() t.circle(20,45) t.circle(20,90) t.circle(20,100) t.circle(40,100) t.circle... 阅读全文
posted @ 2017-10-31 13:02 步佳慧 阅读(224) 评论(0) 推荐(0) 编辑