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

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

資源簡介

使用python turtle庫實現(xiàn)了動漫人物史迪仔的繪制,畫圖過程盡量細(xì)分將每一個拐角都反復(fù)調(diào)整角度,直到合適為止,大概耗費(fèi)了五六個小時的時間繪制成功

資源截圖

代碼片段和文件信息

from?turtle?import?*
setup(650650)
penup()
pensize(5)
speed(10)
pencolor(“#065693“)
seth(180)
fd(140)
seth(-90)
fd(50)
pendown()??????#起點(diǎn)
fillcolor(“#0079C6“)
begin_fill()
seth(170)
circle(-40100)
seth(180)
fd(50)
seth(180)
circle(-1046)
seth(130)
circle(-30040)#耳朵外廓大圓
circle(-10045)
right(10)
circle(-5030)
right(10)
circle(-3030)
left(1)
fd(2)
right(1)
fd(3)
right(4)
fd(3)
right(3)
fd(5)
right(4)
fd(6)
right(4)
fd(10)
right(4)
fd(10)
right(3)
fd(15)
right(2)
fd(20)
right(2)
fd(20)
right(4)
fd(20)
right(3)
fd(30)
right(1)
fd(40)
right(1)
fd(60)
seth(-115)
fd(5)????#臉左側(cè)開始逆時針
circle(20030)
end_fill()
begin_fill()
left(8)
fd(20)
left(10)
fd(20)
left(14)
circle(10030)
left(10)
circle(15020)
right(2)
fd(55)
left(5)

評論

共有 條評論