美文网首页
2018-07-09

2018-07-09

作者: Lyrieek | 来源:发表于2018-07-09 16:40 被阅读8次
from turtle import *

external=100
inside=50

point=0
fillcolor('red')
color('red','red')
begin_fill()
for case in [0,120,240] :
    seth(case)
    fd(external)
for case in [360,420,540,660] :
    seth(case)
    fd(inside)
end_fill()
done()

相关文章

网友评论

      本文标题:2018-07-09

      本文链接:https://www.haomeiwen.com/subject/pojtpftx.html