from turtle import *
hideturtle()
for i in range(12):
color("red")
circle(120, 30)
color("yellow")
begin_fill()
right(60)
fd(80)
right(60)
fd(80)
right(120)
fd(80)
right(60)
fd(80)
right(60)
end_fill()
done()
本文章为转载内容,我们尊重原作者对文章享有的著作权。如有内容错误或侵权问题,欢迎原作者联系我们进行内容更正或删除文章。