红五角星

红五角星

import turtle
from turtle import *
fillcolor("red")
begin_fill()
while True:
forward(200)
right(144)
if abs( pos() ) < 1:
break
end_fill()
turtle.fd(100)

 

![](https://img2024.cnblogs.com/blog/3608883/202502/3608883-20250225092835814-738174927.png)

2025-03-02

posted @ 2025-02-25 09:03  与尔5  阅读(28)  评论(0)    收藏  举报