摘要: import turtle turtle.setup(600,400,0,0) turtle.bgcolor('red') turtle.color('yellow') turtle.fillcolor('yellow') def mygoto(x,y): turtle.up() turtle.goto(x,y) turtle.down() def draw(l):... 阅读全文
posted @ 2018-03-20 16:48 博威袁他就是袁威博 阅读(844) 评论(0) 推荐(0) 编辑