Python表白代码:太秀了,用过的人都找到了对象…【满屏玫瑰盛开】
Python,表白,代码,太秀,用过,找到,对象,满屏,玫瑰,盛开
2025-03-20 08:48:58 时间
大家好,又见面了,我是你们的朋友全栈君。
导语
暗恋让人受尽委屈!一开始,你是我的秘密,我怕你知道,又怕你不知道,又怕你知道装作不知道!
这大概就是暗恋的感受吧,可若是双向奔赴,那简更是甜蜜度爆表,快同小编吃下这波狗粮!
跟着上一期的玫瑰花花样表白之后,小编新出了2款新型升级之后的表白代码!
花样表白总有一款是你喜欢的!效果满分~
正文
还是熟悉的配方!熟悉的味道!
盛开的蓝玫瑰
效果如下:
附源码:
t.setup(800,800)
t.hideturtle()
t.speed(11)
t.penup()
t.goto(50,-450)
t.pensize(5)
t.pencolor("black")
t.seth(140)
t.pendown()
t.speed(10)
t.circle(-300,60)
t.fd(100)
#叶子
t.seth(10)
t.fd(50)
t.fillcolor("green")
t.begin_fill()
t.right(40)
t.circle(120,80)
t.left(100)
t.circle(120,80)
t.end_fill()
t.seth(10)
t.fd(90)
t.speed(11)
t.penup()
t.fd(-140)
t.seth(80)
#一片叶子
t.pendown()
t.speed(10)
t.fd(70)
t.seth(160)
t.fd(50)
t.fillcolor("green")
t.begin_fill()
t.right(40)
t.circle(120,80)
t.left(100)
t.circle(120,80)
t.end_fill()
t.seth(160)
t.fd(90)
t.speed(11)
t.penup()
t.fd(-140)
t.seth(80)
t.pendown()
t.speed(10)
#
t.fd(100)
#花瓣
t.seth(-20)
t.fillcolor("blue")
t.begin_fill()
t.circle(100,100)
t.circle(-110,70)
t.seth(179)
t.circle(223,76)
t.end_fill()
#2花瓣
t.speed(11)
t.fillcolor("blue")
t.begin_fill()
t.left(180)
t.circle(-223,60)
t.seth(70)
t.speed(10)
t.circle(-213,15)#55
t.left(70)#125
t.circle(200,70)
t.seth(-80)
t.circle(-170,40)
t.circle(124,94)
t.end_fill()
#
t.speed(11)
t.penup()
t.right(180)
t.circle(-124,94)
t.circle(170,40)
t.pendown()
t.speed(10)
t.seth(-60)
t.circle(175,70)
t.seth(235)
t.circle(300,12)
t.right(180)
t.circle(-300,12)
t.seth(125)
t.circle(150,60)
t.seth(70)
t.fd(-20)
t.fd(20)
t.seth(-45)
t.circle(150,40)
t.seth(66)
t.fd(-18.5)
t.fd(18.5)
t.seth(140)
t.circle(150,27)
t.seth(60)
t.fd(-8)
t.speed(11)
t.penup()
t.left(20.8)
t.fd(-250.5)
#3花瓣
t.pendown()
t.speed(10)
t.fillcolor("blue")
t.begin_fill()
t.seth(160)
t.circle(-140,85)
t.circle(100,70)
t.right(165)
t.circle(-200,32)
t.speed(11)
t.seth(-105)
t.circle(-170,14.5)
t.circle(123,94)
t.end_fill()
t.done()
下面这款是超超超超超~好看好美的满屏开满玫瑰花的源码哦!
效果满分—满屏玫瑰花开。
这是不同时间段的抓拍截图(一)
抓拍截图(二)
抓拍截图(三)
效果满分,后面的会一直开满电脑屏幕哦!这边小编直接打包完成了.exe的文件。
大家需要的直接拿去表白啦~
总结
好啦!这二款都超好看~最后这款满屏玫瑰效果满分,你可以直接发给需要表白的对象啦
发布者:全栈程序员栈长,转载请注明出处:https://javaforall.cn/137687.html原文链接:https://javaforall.cn
相关文章
- vscode查看源代码_vscode新建python项目
- Jupyter Notebook又一利器Visual Python,拯救不想写代码!
- Windows上写 Python 代码的王炸组合!
- 一个 15 年未修补 Python 漏洞让攻击者可以执行代码:35 万个开源代码存储库岌岌可危
- Python绘制时间演变图工具汇总(附代码)
- 分享一个简单的 Python 脚本库:将 requests 代码转换成 curl 命令
- python进制转换代码_python十六进制转换成十进制
- Linux 上使用 crontab 设置定时任务及运行 Python 代码不执行的解决方案
- python源码之家_python画图代码大全
- Python 使用 Tornado Web 框架写HTTP接口实例代码(异步+线程池)
- python注释多行代码快捷键_python粘贴快捷键
- python中itchat_python打招呼的代码
- python基本代码大全_python怎么运行代码
- python自动补全设置_python代码补全
- Python常用代码_python画图代码大全