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

  • 大小: 1.78KB
    文件類型: .py
    金幣: 1
    下載: 0 次
    發(fā)布日期: 2021-03-01
  • 語言: Python
  • 標(biāo)簽: python??py??

資源簡介

用python畫皮卡丘(基于turtle)

資源截圖

代碼片段和文件信息

import?turtle?as?t


def?nose():
????t.penup()
????t.seth(90)
????t.fd(100)
????t.pendown()
????t.begin_fill()
????t.fillcolor(“black“)
????t.seth(45)
????t.fd(25)
????t.seth(135)
????t.circle(25?90)
????t.seth(315)
????t.fd(25)
????t.end_fill()


def?eyes(seth?fd?c):
????t.penup()
????t.seth(seth)
????t.fd(fd)
????t.pendown()
????t.begin_fill()
????t.fillcolor(‘black‘)
????t.circle(50)
????t.end_fill()
????t.penup()
????t.circle(50?c)
????t.pendown()
????t.begin_fill()
????t.fillcolor(‘white‘)
????t.circle(20)
????t.end_fill()


def?face(seth?fd):
????t.penup()
????t.seth(seth)
????t.fd(fd)
????t.pendown()
????t.begin_fill()
????t.fillcolor(‘red‘)
????t.circle(70)
????t.end_fill()


def?lip():
????t.penup()
????t.seth(135)
????t.fd(250)
????t.pendown()
????t.seth(-300)
????t.circle(30?-65)
????t.begin_fill()
????t.fillcolor(‘Firebrick

評論

共有 條評論