太阳花

from turtle import *
color('red','yellow')
begin_fill()
while True:
forward(200)
right(170)
if abs(pos()) < 1:
break
end_fill()
done()

posted @ 2025-02-25 14:29  林leo  阅读(8)  评论(0)    收藏  举报