摘要:
from turtle import * def position(x, y): up() goto(x, y) down() def drawstar(size, x, y): position(x, y) color('yellow') begin_fill() fillcolor('yellow') for i in ra... 阅读全文
posted @ 2018-03-19 21:50
116王梓斌
阅读(98)
评论(0)
推荐(0)
浙公网安备 33010602011771号