红五角星
红五角星
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)

2025-03-02
浙公网安备 33010602011771号