摘要:
import turtle turtle.fillcolor('green') turtle.begin_fill() turtle.shape('turtle') turtle.circle(20) turtle.end_fill() turtle.up() turtle.goto(0,-100) turtle.down() turtle.fillcolor('black') tur... 阅读全文
posted @ 2018-05-02 21:47
谢斐
阅读(149)
评论(0)
推荐(0)