发布于2019-08-05 18:37 阅读(1712) 评论(0) 点赞(0) 收藏(0)
python 3.7
链接:https://pan.baidu.com/s/1Lob447oqCgD6nb39sB9cig
提取码:vn0a
pycharm
链接:https://pan.baidu.com/s/1BndDvTG1hPnBmq5leu3gDQ
提取码:3jus
#huaji
import turtle as t
#-------------脸
t.setup(960,959,0,0)
t.color("orange")
t.pensize("25")
t.penup()
t.goto(-300,0)
t.pendown()
t.left(90)
t.fillcolor("yellow")
t.begin_fill ()
t.circle(-300)
t.end_fill ()
#-----------嘴-----------
t.penup()
t.goto(-220,-10)
t.seth(90)
for i in range(90):
t.pensize(4+0.15*i)
t.color("brown")
t.pendown()
t.circle(-220,-1)
for i in range(90):
t.pensize(17.5-0.15*i)
t.color("brown")
t.pendown()
t.circle(-220,-1)
#------------左眼---------------
t.penup()
t.goto(-80,150)
t.color("orange")
t.pensize("25")
t.seth(90)
t.pendown()
t.left(50)
t.circle(200,80)
t.seth(270)
t.circle(200,15)
t.penup()
t.goto(-70,90)
t.color("orange")
t.pensize("25")
t.seth(90)
t.pendown()
t.left(50)
t.circle(200,65)
t.left(10)
t.circle(200,10)
t.penup()
t.goto(-70,150)
t.seth(270)
t.pendown()
t.circle(-200,15)
#-------------右眼----------------
t.penup()
t.goto(70,150)
t.color("orange")
t.pensize("25")
t.seth(90)
t.pendown()
t.right(50)
t.circle(-200,80)
t.seth(270)
t.circle(-200,15)
t.penup()
t.goto(70,90)
t.seth(90)
t.pendown()
t.right(50)
t.circle(-200,65)
t.right(10)
t.circle(200,10)
t.penup()
t.goto(70,150)
t.seth(270)
t.pendown()
t.circle(200,15)
t.penup()
t.pensize(5)
t.color("black")
t.goto(-300,125)
t.pendown()
t.seth(0)
t.fillcolor('black')
t.begin_fill()
t.circle(15,360)
t.end_fill()
t.penup()
t.pensize(5)
t.color("black")
t.goto(100,120)
t.pendown()
t.seth(0)
t.fillcolor('black')
t.begin_fill()
t.circle(15,360)
t.end_fill()
#----------左眉毛-----------------
t.penup()
t.goto(-70,200)
t.color("black")
t.pensize("25")
t.seth(90)
t.pendown()
t.left(30)
t.circle(200,60)
#----------右眉毛-----------------
t.penup()
t.goto(70,200)
t.color("black")
t.pensize("25")
t.seth(90)
t.pendown()
t.right(30)
t.circle(-200,60)
#---------左红-------------------
t.penup()
t.color("red")
t.goto(150,20)
t.pendown()
t.fillcolor ("red")
t.begin_fill ()
t.circle(20)
t.end_fill ()
#---------右红----------------
t.penup()
t.color("red")
t.goto(-180,20)
t.pendown()
t.fillcolor ("red")
t.begin_fill ()
t.circle(20)
t.end_fill ()
t.done()
效果图
作者:dgfv
链接:https://www.pythonheidong.com/blog/article/6332/13e18c2a7f37859f9e71/
来源:python黑洞网
任何形式的转载都请注明出处,如有侵权 一经发现 必将追究其法律责任
昵称:
评论内容:(最多支持255个字符)
---无人问津也好,技不如人也罢,你都要试着安静下来,去做自己该做的事,而不是让内心的烦躁、焦虑,坏掉你本来就不多的热情和定力
Copyright © 2018-2021 python黑洞网 All Rights Reserved 版权所有,并保留所有权利。 京ICP备18063182号-1
投诉与举报,广告合作请联系vgs_info@163.com或QQ3083709327
免责声明:网站文章均由用户上传,仅供读者学习交流使用,禁止用做商业用途。若文章涉及色情,反动,侵权等违法信息,请向我们举报,一经核实我们会立即删除!