2018年3月19日
摘要: 五星红旗import turtle def goto(x,y): turtle.up() turtle.goto(x,y) turtle.down() def draw(x): turtle.begin_fill() for i in range(5): turtle.forward(x) turtle.right(144... 阅读全文
posted @ 2018-03-19 17:32 123王展洪 阅读(118) 评论(0) 推荐(0) 编辑