2017年9月11日
摘要: import turtle turtle.bgcolor("red") turtle.fillcolor("yellow") turtle.color('yellow') turtle.speed(10) turtle.begin_fill() turtle.up() turtle.goto(-600,220) turtle.down() for i in range (5): ... 阅读全文
posted @ 2017-09-11 17:26 55卢思凯 阅读(244) 评论(0) 推荐(0) 编辑