python 利用turtle库绘制笑脸和哭脸的例子


Posted in Python onNovember 23, 2019

我就废话不多说了,直接上代码吧!

import turtle
turtle.pensize(5)
turtle.pencolor("yellow")
turtle.fillcolor("red")
turtle.penup()
turtle.goto(0,-200)
turtle.pendown()
turtle.circle(200)
 
turtle.penup()
turtle.goto(-100,50)
turtle.pendown()
turtle.begin_fill()
turtle.circle(17.5)
turtle.end_fill()
 
turtle.penup()
turtle.goto(100,50)
turtle.pendown()
turtle.begin_fill()
turtle.circle(17.5)
turtle.end_fill()
 
turtle.penup()
turtle.goto(0,50)
turtle.pendown()
turtle.circle(-70,steps=3)
 
turtle.penup()
turtle.goto(-100,-70)
turtle.pendown()
turtle.right(90)
turtle.circle(100,180)
turtle.mainloop()#结果如下

python 利用turtle库绘制笑脸和哭脸的例子

import turtle
turtle.pensize(5)
turtle.pencolor("green")
turtle.fillcolor("red")
turtle.penup()
turtle.goto(0,-200)
turtle.pendown()
turtle.circle(200)
 
turtle.penup()
turtle.goto(-100,50)
turtle.pendown()
turtle.begin_fill()
turtle.circle(17.5)
turtle.end_fill()
 
turtle.penup()
turtle.goto(100,50)
turtle.pendown()
turtle.begin_fill()
turtle.circle(17.5)
turtle.end_fill()
 
turtle.penup()
turtle.goto(0,50)
turtle.pendown()
turtle.circle(-70,steps=3)
 
turtle.penup()
turtle.goto(-50,-120)
turtle.pendown()
turtle.left(90)
turtle.circle(-50,180)
 
turtle.mainloop()#结果如下

python 利用turtle库绘制笑脸和哭脸的例子

import turtle
turtle.pensize(5)
turtle.pencolor("green")
turtle.fillcolor("red")
turtle.penup()
turtle.goto(0,-200)
turtle.pendown()
turtle.circle(200)
 
turtle.penup()
turtle.goto(-100,50)
turtle.pendown()
turtle.begin_fill()
turtle.circle(17.5)
turtle.end_fill()
 
turtle.penup()
turtle.goto(100,50)
turtle.pendown()
turtle.begin_fill()
turtle.circle(17.5)
turtle.end_fill()
 
turtle.penup()
turtle.goto(0,50)
turtle.pendown()
turtle.circle(-70,steps=3)
 
turtle.penup()
 
turtle.goto(-100,-120)
turtle.pendown()
 
turtle.left(90)
turtle.circle(-25,180)
 
turtle.left(180)
turtle.circle(-25,180)
 
turtle.left(180)
turtle.circle(-25,180)
 
turtle.left(180)
turtle.circle(-25,180)
 
turtle.mainloop()#结果如下

python 利用turtle库绘制笑脸和哭脸的例子

以上这篇python 利用turtle库绘制笑脸和哭脸的例子就是小编分享给大家的全部内容了,希望能给大家一个参考,也希望大家多多支持三水点靠木。

Python 相关文章推荐
pandas object格式转float64格式的方法
Apr 10 Python
Pandas之drop_duplicates:去除重复项方法
Apr 18 Python
python 通过字符串调用对象属性或方法的实例讲解
Apr 21 Python
Python 实现某个功能每隔一段时间被执行一次的功能方法
Oct 14 Python
python多线程并发实例及其优化
Jun 27 Python
Python2与Python3的区别详解
Feb 09 Python
Python函数参数定义及传递方式解析
Jun 10 Python
Python Django搭建网站流程图解
Jun 13 Python
在tensorflow下利用plt画论文中loss,acc等曲线图实例
Jun 15 Python
keras model.fit 解决validation_spilt=num 的问题
Jun 19 Python
Python 读写 Matlab Mat 格式数据的操作
May 19 Python
Python使用psutil库对系统数据进行采集监控的方法
Aug 23 Python
Python使用Turtle库绘制一棵西兰花
Nov 23 #Python
用Python实现校园通知更新提醒功能
Nov 23 #Python
利用Python的turtle库绘制玫瑰教程
Nov 23 #Python
Python input函数使用实例解析
Nov 22 #Python
python循环输出三角形图案的例子
Nov 22 #Python
Python-Flask:动态创建表的示例详解
Nov 22 #Python
python flask中动态URL规则详解
Nov 22 #Python
You might like
PHP 命名空间实例说明
2011/01/27 PHP
PHP中用接口、抽象类、普通基类实现“面向接口编程”与“耦合方法”简述
2011/03/23 PHP
关于PHP的curl开启问题探讨
2014/04/08 PHP
JS异常处理try..catch语句的作用和实例
2014/05/05 PHP
PHP简单的MVC框架实现方法
2015/12/01 PHP
PHP那些琐碎的知识点(整理)
2017/05/20 PHP
javascript 鼠标滚轮事件
2009/04/09 Javascript
js 数值项目的格式化函数代码
2010/05/14 Javascript
JavaScript转换与解析JSON方法实例详解
2015/11/24 Javascript
jQuery中选择器的基础使用教程
2016/05/23 Javascript
jquery animate动画持续运动的实例
2017/11/29 jQuery
使用JavaScript中的lodash编写双色球效果
2018/06/24 Javascript
JS原生瀑布流效果实现
2019/04/26 Javascript
Vue.js使用axios动态获取response里的data数据操作
2020/09/08 Javascript
[55:39]DOTA2-DPC中国联赛 正赛 VG vs LBZS BO3 第二场 1月19日
2021/03/11 DOTA
Python3连接MySQL(pymysql)模拟转账实现代码
2016/05/24 Python
django如何连接已存在数据的数据库
2018/08/14 Python
python2和python3的输入和输出区别介绍
2018/11/20 Python
我喜欢你 抖音表白程序python版
2019/04/07 Python
Django 开发环境与生产环境的区分详解
2019/07/26 Python
python 图像处理画一个正弦函数代码实例
2019/09/10 Python
Python: glob匹配文件的操作
2020/12/11 Python
python中yield的用法详解
2021/01/13 Python
Python .py生成.pyd文件并打包.exe 的注意事项说明
2021/03/04 Python
html5构建触屏网站之网站尺寸探讨
2013/01/07 HTML / CSS
美国智能家居专家:tink
2019/06/04 全球购物
大学生求职简历的自我评价
2013/10/14 职场文书
社区党员先进事迹
2014/01/22 职场文书
水利学院求职自荐书
2014/02/01 职场文书
医药销售求职信范文
2014/02/01 职场文书
火锅店营销方案
2014/02/26 职场文书
2015年机关党建工作总结
2015/05/22 职场文书
城南旧事观后感
2015/06/11 职场文书
深度学习详解之初试机器学习
2021/04/14 Python
SpringBoot集成Druid连接池连接MySQL8.0.11
2021/07/02 Java/Android
vue/cli 配置动态代理无需重启服务的方法
2022/05/20 Vue.js