最美情侣中文字幕电影,在线麻豆精品传媒,在线网站高清黄,久久黄色视频

歡迎光臨散文網(wǎng) 會(huì)員登陸 & 注冊(cè)

Python的下載及安裝

2023-07-14 21:41 作者:Porthen_Fu  | 我要投稿

import turtle

# 畫(huà)指定的任意圓弧

def arc(sa, ea, x, y, r): # start angle,end angle,circle center,radius

turtle.penup()

turtle.goto(x, y)

turtle.setheading(0)

turtle.left(sa)

turtle.fd(r)

turtle.pendown()

turtle.left(90)

turtle.circle(r, (ea - sa))

return turtle.position()

turtle.hideturtle()

# 畫(huà)臉

turtle.speed(5)

turtle.setup(900, 600, 200, 200)

turtle.pensize(5)

turtle.right(90)

turtle.penup()

turtle.fd(100)

turtle.left(90)

turtle.pendown()

turtle.begin_fill()

turtle.pencolor("#B26A0F") # head side color

turtle.circle(150)

turtle.fillcolor("#F9E549") # face color

turtle.end_fill()

# 畫(huà)嘴

turtle.penup()

turtle.goto(77, 20)

turtle.pencolor("#744702")

turtle.goto(0, 50)

turtle.right(30)

turtle.fd(110)

turtle.right(90)

turtle.pendown()

turtle.begin_fill()

turtle.fillcolor("#925902") # mouth color

turtle.circle(-97, 160)

turtle.goto(92, -3)

turtle.end_fill()

turtle.penup()

turtle.goto(77, -25)

# 畫(huà)牙齒

turtle.pencolor("white")

turtle.begin_fill()

turtle.fillcolor("white")

turtle.goto(77, -24)

turtle.goto(-81, 29)

turtle.goto(-70, 43)

turtle.goto(77, -8)

turtle.end_fill()

turtle.penup()

turtle.goto(0, -100)

turtle.setheading(0)

turtle.pendown()

# 畫(huà)左邊眼淚

turtle.left(90)

turtle.penup()

turtle.fd(150)

turtle.right(60)

turtle.fd(-150)

turtle.pendown()

turtle.left(20)

turtle.pencolor("#155F84") # tear side color

turtle.fd(150)

turtle.right(180)

position1 = turtle.position()

turtle.begin_fill()

turtle.fillcolor("#7EB0C8") # tear color

turtle.fd(150)

turtle.right(20)

turtle.left(270)

turtle.circle(-150, 18)

turtle.right(52)

turtle.fd(110)

position2 = turtle.position()

turtle.goto(-33, 90)

turtle.end_fill()

# 畫(huà)右邊眼淚

turtle.penup()

turtle.goto(0, 0)

turtle.setheading(0)

turtle.left(90)

turtle.fd(50)

turtle.right(150)

turtle.fd(150)

turtle.left(150)

turtle.fd(100)

turtle.pendown()

turtle.begin_fill()

turtle.fd(-100)

turtle.fillcolor("#7EB0C8") # tear color

turtle.right(60)

turtle.circle(150, 15)

turtle.left(45)

turtle.fd(66)

turtle.goto(77, 20)

turtle.end_fill()

# 畫(huà)眼睛

turtle.penup()

turtle.pencolor("#6C4E00") # eye color

turtle.goto(-65, 75)

turtle.setheading(0)

turtle.left(27)

turtle.fd(38)

turtle.pendown()

turtle.begin_fill()

turtle.fillcolor("#6C4E00") # eye color

turtle.left(90)

turtle.circle(38, 86)

turtle.goto(position2[0], position2[1])

turtle.goto(position1[0], position1[1])

turtle.end_fill()

# 畫(huà)手

turtle.pencolor("#D57E18") # hand side color

turtle.begin_fill()

turtle.fillcolor("#EFBD3D") # hand color

# 第一個(gè)手指

arc(-110, 10, 110, -40, 30)

turtle.circle(300, 35)

turtle.circle(13, 120)

turtle.setheading(-50)

turtle.fd(20)

turtle.setheading(130)

# 第二個(gè)手指

turtle.circle(200, 15)

turtle.circle(12, 180)

turtle.fd(40)

turtle.setheading(137)

# 第三個(gè)手指

turtle.circle(200, 16)

turtle.circle(12, 160)

turtle.setheading(-35)

turtle.fd(45)

turtle.setheading(140)

# 第四個(gè)手指

turtle.circle(200, 13)

turtle.circle(11, 160)

turtle.setheading(-35)

turtle.fd(40)

turtle.setheading(145)

# 第五個(gè)手指

turtle.circle(200, 9)

turtle.circle(10, 180)

turtle.setheading(-31)

turtle.fd(50)

# 畫(huà)最后手腕的部分

turtle.setheading(-45)

turtle.pensize(7)

turtle.right(5)

turtle.circle(180, 35)

turtle.end_fill()

turtle.begin_fill()

turtle.setheading(-77)

turtle.pensize(5)

turtle.fd(50)

turtle.left(-270)

turtle.fd(7)

turtle.pencolor("#EFBD3D")

turtle.circle(30, 180)

turtle.end_fill()

# 測(cè)試

# res=arc(70,220,90,50,300)

# print(res[0],res[1])

turtle.done()

Python的下載及安裝的評(píng)論 (共 條)

分享到微博請(qǐng)遵守國(guó)家法律
邓州市| 乐昌市| 商水县| 泊头市| 淳安县| 浪卡子县| 泸西县| 沅江市| 兰溪市| 会东县| 如东县| 兴安盟| 嘉鱼县| 伊川县| 万州区| 弥勒县| 南投县| 什邡市| 永善县| 那曲县| 房产| 衡阳市| 桐庐县| 高阳县| 珠海市| 赣州市| 固阳县| 水富县| 昌都县| 赫章县| 锡林浩特市| 浮梁县| 平顶山市| 进贤县| 仁怀市| 平昌县| 商河县| 沂源县| 雅江县| 南召县| 嘉兴市|