摘要:
import turtle import sys turtle.down() turtle.pencolor(1,0,0) def leaf(startx ,starty , direction): turtle.up(); turtle.goto(startx,starty) turtle.down() for i in range(125): ... 阅读全文
posted @ 2017-10-27 20:42
小小白-
阅读(89)
评论(0)
推荐(0)
2017年10月27日