摘要:
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') turtle... 阅读全文
posted @ 2018-05-02 21:41
谢斐
阅读(113)
评论(0)
推荐(0)