信信信

导航

 

2020年9月14日

摘要: import turtle turtle.fillcolor("red") turtle.begin_fill() count = 1 while count <= 5: turtle.forward(100) turtle.right(144) count += 1 turtle.end_fill 阅读全文
posted @ 2020-09-14 20:06 信信信 阅读(56) 评论(0) 推荐(0)