用python画中国国旗的方法-创新互联

创新互联www.cdcxhl.cn八线动态BGP香港云服务器提供商,新人活动买多久送多久,划算不套路!

成都创新互联坚持“要么做到,要么别承诺”的工作理念,服务领域包括:做网站、成都网站建设、企业官网、英文网站、手机端网站、网站推广等服务,满足客户于互联网时代的呈贡网站设计、移动媒体设计的需求,帮助企业找到有效的互联网解决方案。努力成为您成熟可靠的网络建设合作伙伴!

这篇文章将为大家详细讲解有关用python画中国国旗的方法,小编觉得挺实用的,因此分享给大家做个参考,希望大家阅读完这篇文章后可以有所收获。

在python中,绘制中国国旗可以用turtle海龟库实现。方法是:1、利用turtle.goto绘制轮廓;2、利用turtle.fillcolor函数填充绘制颜色;3、绘制完成后利用turtle.hideturtle隐藏海龟图标。

用python画中国国旗的方法

朋友圈许多小伙伴都在发:请给我一面五星红旗的动态,这篇文章就主要教大家如何使用python画中国国旗,具有一定的参考价值,感兴趣的小伙伴们可以参考一下

本文实例为大家分享了python画中国国旗的具体代码,供大家参考,具体内容如下

# author : momo
import turtle
#中国国旗
turtle.up()
turtle.goto(-200,200)
turtle.down()
turtle.begin_fill()
turtle.fillcolor("red")
turtle.pencolor("red")
for i in range(2):
   turtle.forward(280)
   turtle.right(90)
   turtle.forward(200)
   turtle.right(90)
turtle.end_fill()
  
turtle.up()
turtle.goto(-170,145)
turtle.down()
turtle.begin_fill()
turtle.fillcolor("yellow")
turtle.pencolor("yellow")
for x in range(5):
   turtle.forward(50)
   turtle.right(144)
turtle.end_fill()
  
turtle.up()
turtle.goto(-100,180)
turtle.down()
turtle.begin_fill()
turtle.fillcolor("yellow")
turtle.pencolor("yellow")
for x in range(5):
   turtle.forward(20)
   turtle.right(144)
turtle.end_fill()
  
turtle.up()
turtle.goto(-70,160)
turtle.down()
turtle.begin_fill()
turtle.fillcolor("yellow")
turtle.pencolor("yellow")
for x in range(5):
   turtle.forward(20)
   turtle.right(144)
turtle.end_fill()
  
turtle.up()
turtle.goto(-70,120)
turtle.down()
turtle.begin_fill()
turtle.fillcolor("yellow")
turtle.pencolor("yellow")
for x in range(5):
   turtle.forward(20)
   turtle.right(144)
turtle.end_fill()
  
turtle.up()
turtle.goto(-100,100)
turtle.down()
turtle.begin_fill()
turtle.fillcolor("yellow")
turtle.pencolor("yellow")
for x in range(5):
   turtle.forward(20)
   turtle.right(144)
turtle.end_fill()
  
  
turtle.hideturtle()#隐藏小海龟
#维持面板
turtle.done()

用python画中国国旗的方法

关于用python画中国国旗的方法就分享到这里了,希望以上内容可以对大家有一定的帮助,可以学到更多知识。如果觉得文章不错,可以把它分享出去让更多的人看到。

名称栏目:用python画中国国旗的方法-创新互联
新闻来源:https://www.cdcxhl.com/article28/csjsjp.html

成都网站建设公司_创新互联,为您提供全网营销推广微信公众号营销型网站建设网站设计公司企业网站制作建站公司

广告

声明:本网站发布的内容(图片、视频和文字)以用户投稿、用户转载内容为主,如果涉及侵权请尽快告知,我们将会在第一时间删除。文章观点不代表本网站立场,如需处理请联系客服。电话:028-86922220;邮箱:631063699@qq.com。内容未经允许不得转载,或转载时需注明来源: 创新互联

成都定制网站建设