中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

怎么用python畫海綿寶寶

小億
266
2023-04-20 17:30:37
欄目: 編程語言

你可以使用Python的turtle庫來畫海綿寶寶,以下是一個簡單的示例代碼:

```python

import turtle


# 畫海綿寶寶的頭

def draw_head():

turtle.penup()

turtle.goto(0, -200)

turtle.pendown()

turtle.begin_fill()

turtle.circle(200)

turtle.end_fill()


# 畫海綿寶寶的眼睛

def draw_eyes():

turtle.penup()

turtle.goto(-80, 80)

turtle.pendown()

turtle.begin_fill()

turtle.circle(50)

turtle.end_fill()

turtle.penup()

turtle.goto(80, 80)

turtle.pendown()

turtle.begin_fill()

turtle.circle(50)

turtle.end_fill()


# 畫海綿寶寶的鼻子

def draw_nose():

turtle.penup()

turtle.goto(0, 0)

turtle.pendown()

turtle.begin_fill()

turtle.circle(30)

turtle.end_fill()


# 畫海綿寶寶的嘴巴

def draw_mouth():

turtle.penup()

turtle.goto(-100, -80)

turtle.pendown()

turtle.pensize(15)

turtle.right(45)

turtle.circle(150, 90)

turtle.penup()

turtle.goto(-100, -80)

turtle.pendown()

turtle.left(90)

turtle.circle(150, 90)


# 畫海綿寶寶的牙齒

def draw_teeth():

turtle.penup()

turtle.goto(-60, -80)

turtle.pendown()

turtle.pensize(1)

turtle.color('white')

turtle.begin_fill()

turtle.goto(-60, -120)

turtle.goto(-20, -120)

turtle.goto(-20, -80)

turtle.end_fill()

turtle.penup()

turtle.goto(20, -80)

turtle.pendown()

turtle.begin_fill()

turtle.goto(20, -120)

turtle.goto(60, -120)

turtle.goto(60, -80)

turtle.end_fill()


# 畫海綿寶寶的腮紅

def draw_cheeks():

turtle.penup()

turtle.goto(-120, -40)

turtle.pendown()

turtle.color('pink')

turtle.begin_fill()

turtle.circle(40)

turtle.end_fill()

turtle.penup()

turtle.goto(120, -40)

turtle.pendown()

turtle.begin_fill()

turtle.circle(40)

turtle.end_fill()


# 畫海綿寶寶的眉毛

def draw_eyebrows():

turtle.penup()

turtle.goto(-120, 150)

turtle.pendown()

turtle.pensize(10)

turtle.right(60)

turtle.forward(80)

turtle.penup()

turtle.goto(120, 150)

turtle.pendown()

turtle.left(120)

turtle.forward(80)


# 主函數

def main():

turtle.setup(800, 800)

turtle.speed(0)

turtle.hideturtle()

turtle.bgcolor('yellow')

draw_head()

draw_eyes()

draw_nose()

draw_mouth()

draw_teeth()

draw_cheeks()

draw_eyebrows()

turtle.done()


if __name__ == '__main__':

main()

```

運行以上代碼,即可在窗口中看到使用turtle庫畫出的海綿寶寶。

1
长乐市| 鹿泉市| 雷波县| 新巴尔虎左旗| 石家庄市| 安平县| 达州市| 田阳县| 绥宁县| 青阳县| 山阳县| 嘉鱼县| 临夏县| 扶沟县| 越西县| 河曲县| 公安县| 平乐县| 张北县| 新民市| 姜堰市| 从化市| 怀化市| 云阳县| 若尔盖县| 吉首市| 乡城县| 安多县| 东乌| 南溪县| 江阴市| 漠河县| 务川| 鄢陵县| 兴国县| 连城县| 莎车县| 佛山市| 竹北市| 常熟市| 徐闻县|