当前位置:网站首页>Code to celebrate the Dragon Boat Festival - Zongzi, your heart
Code to celebrate the Dragon Boat Festival - Zongzi, your heart
2022-08-04 06:20:00 【Refers to the sword】
代码庆端午
送上十条祝福语
端午节了,朋友的祝福悄然送至,愿你事业像龙舟一样快进,家庭像香包一样温馨,个性像粽叶一样飘逸,气势像雄黄一样劲霸,快乐像糯米一样粘上就不掉!
粽有千言万语,也甜蜜在幸福米粒的包裹里;粽有千丝万缕,也缠绕不尽爱你的情意.粽有千年万年,也不够我们相伴的距离.端午节祝你快乐黏黏,开心糊糊,睁眼顺利,合眼有喜.
今天端午节!我收集世上一切美好的东西为原料,用无忧为外衣,以我的真心祝福为丝带为你包了一个特别的粽子送给你!吃了它你永远快乐,幸福.
万水千山粽是情!端午节祝您:工作粽被领导夸,生活粽是多美梦,钱财粽是赚不完,朋友粽是很贴心,笑容粽是把你恋.
许一个美好的心愿祝你快乐连连,送一份美妙的感觉祝你万事圆圆,发一条短短的信息祝你幸福绵绵.祝端午节快乐.
端午节送你一颗好运粽,里面包藏健康米,好运蛋,平安菇,快乐虾,长寿花,幸运栗,如果你收到将会好运连连.端午节快乐!
端午的风格外清凉,生活的水慢慢流淌,快乐的船儿为你远航,让祝福的心为你飞翔,祝愿你端午节愉快,幸福吉祥.
端午好,好端午,端盘端蛋端粽子;端午好,好端午,端平端安端吉利;端午好,好端午,端福端贵端祥瑞.端午节,端出好心情,端出好生活!
送你一个粽子,含量成分:100%纯关心;配料:甜蜜+快乐+开心+宽容+忠诚=幸福;保质期:一辈子;保存方法:珍惜.端午节快乐!
糯米再香,香不过我的思念;红枣再甜,甜不过我的问候;艾叶再真,真不过我的怀念;粽叶再大,大不过我的祝福:愿你端午时节吃着香甜的粽子,看着美丽的龙舟,感受古老的文化.
from turtle import *
import random as r
color = ["seagreen","red","green","pink","yellow","coral","maroon",]
words = ["端","午","节","快","乐",]
words2 = ["夏\n风\n拂\n","端\n午\n至\n","龙\n舟\n起\n","共\n安\n康\n"]
def writeWords(mystr,fontsize=50):
pendown()
write(mystr,font=("华文隶书",fontsize,"normal"))
penup()
def demo():
for i in range(5):
penup()
goto(-100,-i*60)
pencolor(r.choice(color))
writeWords(f"{
words[i]}\n",50)
for i in range(4):
penup()
goto(i*50,-100-i*50)
pencolor(r.choice(color))
writeWords(f"{
words2[i]}\n",30)
hideturtle()
done()
if __name__ == '__main__':
demo()
图例:
边栏推荐
猜你喜欢

Qt日常学习

Brief description of database and common operation guide

Copy Siege Lion 5-minute online experience MindIR format model generation

【CV-Learning】图像分类
![[CV-Learning] Semantic Segmentation](/img/ad/ff5076495fa68e4bbf3be78f5ac6f2.png)
[CV-Learning] Semantic Segmentation

Attention Is All You Need(Transformer)

TensorFlow2 study notes: 8. tf.keras implements linear regression, Income dataset: years of education and income dataset

在AWS-EC2中安装Minikube集群

Deep Learning Theory - Overfitting, Underfitting, Regularization, Optimizers

arm-3-中断体系结构
随机推荐
【深度学习日记】第一天:Hello world,Hello CNN MNIST
剪映专业版字幕导出随笔
度量学习(Metric learning、损失函数、triplet、三元组损失、fastreid)
Copy Siege Lions "sticky" to AI couplets
【CV-Learning】Object Detection & Instance Segmentation
How to get started with MOOSE platform - an example of how to run the official tutorial
Lee‘s way of Deep Learning 深度学习笔记
Golang环境变量设置(二)--GOMODULE&GOPROXY
代码庆端午--粽你心意
TensorFlow2 study notes: 7. Optimizer
arm-3-中断体系结构
MNIST Handwritten Digit Recognition - From Perceptrons to Convolutional Neural Networks
机器学习——分类问题对于文字标签的处理(特征工程)
Pytest常用插件
亚马逊云科技Build On-Amazon Neptune基于知识图谱的推荐模型构建心得
tensorRT教程——使用tensorRT OP 搭建自己的网络
亚马逊云科技 Build On 2022 - AIot 第二季物联网专场实验心得
Copy攻城狮5分钟在线体验 MindIR 格式模型生成
Transformer
【论文阅读】Mining Cross-Image Semantics for Weakly Supervised Semantic Segmentation