python turtle海龜畫圖

from turtle import * from random import * def ground(): hideturtle() speed(0.5) for i in range(105): pensize(randint(4,9)) x=randint(-399,349) y=randint(-278,0) r=-y/278 g=-y/278 b=-y/278 pencolor(r,g
相關文章
相關標籤/搜索