追追比

导航

2020年9月14日 #

五角星

摘要: import turtle turtle.fillcolor("red") turtle.begin_fill() while True: turtle.forward(220) turtle.right(144) if abs(turtle.pos()) < 1: break turtle.fd( 阅读全文

posted @ 2020-09-14 20:12 追追比 阅读(35) 评论(0) 推荐(0) 编辑