给你一面国旗 教你用python画中国国旗


Posted in Python onSeptember 24, 2019

本文实例为大家分享了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中使用中文的方法
Feb 19 Python
python遍历 truple list dictionary的几种方法总结
Sep 11 Python
matplotlib中legend位置调整解析
Dec 19 Python
Python实现读取Properties配置文件的方法
Mar 29 Python
python opencv实现图片旋转矩形分割
Jul 26 Python
python 实现得到当前时间偏移day天后的日期方法
Dec 31 Python
Django认证系统实现的web页面实现代码
Aug 12 Python
python中用logging实现日志滚动和过期日志删除功能
Aug 20 Python
python重要函数eval多种用法解析
Jan 14 Python
python如何将图片转换素描画
Sep 08 Python
正确的理解和使用Django信号(Signals)
Apr 14 Python
python基础之文件处理知识总结
May 23 Python
Python MongoDB 插入数据时已存在则不执行,不存在则插入的解决方法
Sep 24 #Python
Python获取时间戳代码实例
Sep 24 #Python
Python django框架输入汉字,数字,字符生成二维码实现详解
Sep 24 #Python
分享一个pycharm专业版安装的永久使用方法
Sep 24 #Python
python实现的config文件读写功能示例
Sep 24 #Python
python使用socket实现的传输demo示例【基于TCP协议】
Sep 24 #Python
pymysql 开启调试模式的实现
Sep 24 #Python
You might like
thinkPHP框架中执行原生SQL语句的方法
2017/10/25 PHP
利用PHP如何统计Nginx日志的User Agent数据
2019/03/06 PHP
Aster vs KG BO3 第二场2.18
2021/03/10 DOTA
用一段js程序来实现动画功能
2007/03/06 Javascript
用js实现随机返回数组的一个元素
2007/08/13 Javascript
js获取下拉列表框中的value和text的值示例代码
2014/01/11 Javascript
查找页面中所有类为test的结点的方法
2014/03/28 Javascript
js随机生成字母数字组合的字符串 随机动画数字
2015/09/02 Javascript
JavaScript代码实现禁止右键、禁选择、禁粘贴、禁shift、禁ctrl、禁alt
2015/11/17 Javascript
学习使用AngularJS文件上传控件
2016/02/16 Javascript
Vue系列:通过vue-router如何传递参数示例
2017/01/16 Javascript
JavaScript实现按键精灵的原理分析
2017/02/21 Javascript
全面解析jQuery中的$(window)与$(document)的用法区别
2017/08/15 jQuery
vue.js异步上传文件前后端实现代码
2017/08/22 Javascript
JS实现的数组去除重复数据算法小结
2017/11/17 Javascript
详解在React里使用"Vuex"
2018/04/02 Javascript
深入理解 Koa 框架中间件原理
2018/10/18 Javascript
layer.open提交子页面的form和layedit文本编辑内容的方法
2019/09/27 Javascript
微信小程序实现点赞业务
2021/02/10 Javascript
介绍Python中的一些高级编程技巧
2015/04/02 Python
Python使用scrapy采集时伪装成HTTP/1.1的方法
2015/04/08 Python
python回调函数用法实例分析
2015/05/09 Python
从零开始学Python第八周:详解网络编程基础(socket)
2016/12/14 Python
TensorFlow实现AutoEncoder自编码器
2018/03/09 Python
python 判断网络连通的实现方法
2018/04/22 Python
pandas进行数据的交集与并集方式的数据合并方法
2018/06/27 Python
Django1.11自带分页器paginator的使用方法
2019/10/31 Python
python实现拼图小游戏
2020/02/22 Python
详解python 内存优化
2020/08/17 Python
美国体育用品商店:Paragon Sports
2017/10/08 全球购物
Juicy Couture Beauty官方网站:香水和化妆品
2019/03/12 全球购物
商场开业庆典策划方案
2014/06/02 职场文书
小学校园文化建设汇报材料
2014/08/19 职场文书
2014教师年度思想工作总结
2014/11/10 职场文书
导游词之山东八仙过海景区
2019/11/11 职场文书
mysql聚集索引、辅助索引、覆盖索引、联合索引的使用
2022/02/12 MySQL