摘要: from turtle import * def mygoto(x,y): up() goto(x,y) down() setup(600,400,0,0) color('yellow') bgcolor('red') fillcolor('yellow') mygoto(-250,75) begin_fill() for i in range(5): fo... 阅读全文
posted @ 2018-03-19 09:27 095罗冠达 阅读(906) 评论(0) 推荐(0) 编辑