摘要: import turtle turtle.color ("red","yellow") turtle.begin_fill () while True: turtle.forward(100) turtle.right(120) if abs(turtle.pos())<1: break turtl 阅读全文
posted @ 2020-10-06 15:13 小C+ 阅读(73) 评论(0) 推荐(0) 编辑