91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 0.96KB
    文件類型: .rar
    金幣: 1
    下載: 0 次
    發(fā)布日期: 2024-05-10
  • 語言: Python
  • 標(biāo)簽: python??彩色??py??

資源簡介


資源截圖

代碼片段和文件信息

import?turtle?as?t
colors?=?[‘red‘‘purple‘‘blue‘‘green‘‘yellow‘‘orange‘]



t.up()
t.goto(00)
t.down()
for?x?in?range(6):
????t.forward(50)
????t.left(60)


t.right(120)
t.begin_fill()
t.fillcolor(colors[0])
t.pencolor(colors[0])
for?x?in?range(6):
????t.forward(50)
????t.left(60)
t.end_fill()

t.begin_fill()
t.fillcolor(colors[1])
t.pencolor(colors[1])
for?x?in?range(5):
????t.forward(50)
????t.right(60)
t.end_fill()

t.right(120)
t.begin_fill()
t.fillcolor(colors[2])
t.pencolor(co

評論

共有 條評論