美文网首页
nsweixiao.py

nsweixiao.py

作者: 方正俊辰 | 来源:发表于2020-03-25 22:37 被阅读0次

    下方为一款表情源码,面露微笑实则心里难受,看了让人心有不忍。

    import turtle as t
    t.setup(1000,1000,50,50)
    t.bgcolor(0.5,0.5,0.5)
    t.penup()
    t.goto(-300,200)
    t.pendown()
    t.pencolor('yellow')
    t.color('yellow')
    t.begin_fill()
    t.circle(60)
    t.end_fill()
    t.penup()
    t.goto(-325,240)
    t.down()
    t.pensize(2)
    t.pencolor('black')
    t.seth(-60)
    t.circle(30,120)
    t.penup()
    t.goto(-320,270)
    t.pendown()
    t.pencolor('black')
    t.color('white')
    t.begin_fill()
    t.seth(0)
    t.circle(12)
    t.end_fill()
    t.penup()
    t.goto(-320,270)
    t.pendown()
    t.pencolor('black')
    t.color('black')
    t.begin_fill()
    t.pensize(3)
    t.seth(0)
    t.circle(7)
    t.end_fill()
    t.penup()
    t.goto(-280,270)
    t.pendown()
    t.pencolor('black')
    t.color('white')
    t.begin_fill()
    t.seth(0)
    t.circle(12)
    t.end_fill()
    t.penup()
    t.goto(-280,270)
    t.pendown()
    t.pencolor('black')
    t.color('black')
    t.begin_fill()
    t.pensize(3)
    t.seth(0)
    t.circle(7)
    t.end_fill()
    t.ht()
    t.done()
    
    下方为效果图 nanchouweixiao.PNG

    相关文章

      网友评论

          本文标题:nsweixiao.py

          本文链接:https://www.haomeiwen.com/subject/udyfuhtx.html