摘要: import turtle turtle.bgcolor('light blue') turtle.color('pink') turtle.fillcolor('pink') turtle.begin_fill() while True: turtle.forward(150) turtle.right(260) if abs(turtle.pos())<1: ... 阅读全文
posted @ 2018-05-14 16:51 FBYi 阅读(473) 评论(0) 推荐(0) 编辑