摘要: import turtle turtle.fillcolor('pink') turtle.begin_fill() turtle.circle(40) turtle.end_fill() turtle.up() turtle.goto(0,-40) turtle.down() turtle.fillcolor('yellow') turtle.begin_fill() turtle.cir... 阅读全文
posted @ 2018-05-02 21:18 三米巨人 阅读(128) 评论(0) 推荐(0) 编辑