当前位置:网站首页>Valentine's Day confession code
Valentine's Day confession code
2022-07-04 12:48:00 【Love you, Bai~】
1、 A euphemistic confession
Python Code :
import string
l = string.ascii_letters
s = []
s.append(l[34])
s.append(l[11])
s.append(l[14])
s.append(l[21])
s.append(l[4])
s.append(l[24])
s.append(l[14])
s.append(l[20])
s.insert(1, " ")
s.insert(6, " ")
string = "".join(s)
print(string) # I love you
The numbers below correspond to ASCII code :
# 73、76、79、86、69、85 Corresponding ASCII
print(chr(73)) # I
print(chr(76)) # L
print(chr(79)) # O
print(chr(86)) # V
print(chr(69)) # E
print(chr(85)) # U
Python One line of code to implement the heart shape :
print('\n'.join([''.join([('Love'[(x-y) % len('Love')] if ((x*0.05)**2+(y*0.1)**2-1)**3-(x*0.05)**2*(y*0.1)**3 <= 0 else ' ') for x in range(-30, 30)]) for y in range(30, -30, -1)]))
design sketch :
Press ctrl+f Key and type 9 :
99669999996669999996699666699666999966699666699
99699999999699999999699666699669966996699666699
99669999999999999996699666699699666699699666699
99666699999999999966666999966699666699699666699
99666666999999996666666699666699666699699666699
99666666669999666666666699666669966996699666699
99666666666996666666666699666666999966669999996
The renderings are as follows :
1、 Directly ordered
Until death , Love you a little more every day :
Love you never stop :
I want people all over the world to know that I love you :
2、 Cultural
It's a little rusty , One day apart , It's like autumn :
You love or don't love me , Love is there , No increase or decrease :
Give you all the temperature on my hand , For your happy face :
I'll see you tomorrow , Stole my whole night's sleep :
To find you , I have the whole world :
3、 except " Okay ", There is no better choice
It's on it VB Code , We can use the following JS Code implementation is more general :
Source code :https://c.runoob.com/codedemo/5656
Here is the code for the mobile terminal , Save the following two-dimensional code and send it to the one you like :
Source code :https://c.runoob.com/codedemo/5657
Web address :https://www.runoob.com/try/demo_source/dylm.html
Refer to the website : The seventh evening of the seventh moon - Programmers say code
边栏推荐
- Global and Chinese market of ice water machines 2022-2028: Research Report on technology, participants, trends, market size and share
- Global and Chinese markets of digital PCR and real-time PCR 2022-2028: Research Report on technology, participants, trends, market size and share
- Unity performance optimization reading notes - explore performance issues -profiler (2.1)
- 敏捷开发/敏捷测试感受
- Daily Mathematics Series 57: February 26
- The detailed installation process of Ninja security penetration system (Ninjitsu OS V3). Both old and new VM versions can be installed through personal testing, with download sources
- Peak detection of measured signal
- Error: Failed to download metadata for repo ‘AppStream‘: Cannot download repomd. XML solution
- Etcd 存储,Watch 以及过期机制
- Method of setting default items in C # ComboBox control code
猜你喜欢
2022, 6G is heating up
Servlet learning notes
When synchronized encounters this thing, there is a big hole, pay attention!
The frost peel off the purple dragon scale, and the xiariba people will talk about database SQL optimization and the principle of indexing (primary / secondary / clustered / non clustered)
Show recent errors only command /bin/sh failed with exit code 1
13、 C window form technology and basic controls (3)
DC-5靶机
vim 出现 Another program may be editing the same file. If this is the case 的解决方法
Abnormal mode of ARM processor
0x15 string
随机推荐
Global and Chinese market of dental elevators 2022-2028: Research Report on technology, participants, trends, market size and share
MySQL performance optimization index
AbstractDispatcherServletInitializer 的实现类为什么可以在初始化Web容器的时候被调用
Langue C: trouver le nombre de palindromes dont 100 - 999 est un multiple de 7
Global and Chinese market of piston rod 2022-2028: Research Report on technology, participants, trends, market size and share
ArcGis利用栅格处理工具进行影像裁剪
[data clustering] section 3 of Chapter 4: DBSCAN performance analysis, advantages and disadvantages, and parameter selection methods
Global and Chinese markets of NOx analyzers 2022-2028: Research Report on technology, participants, trends, market size and share
Fly tutorial 02 advanced functions of elevatedbutton (tutorial includes source code) (tutorial includes source code)
敏捷开发/敏捷测试感受
22 API design practices
美团·阿里关于多模态召回的应用实践
Unity performance optimization reading notes - explore performance issues -profiler (2.1)
Detailed explanation of mt4api documentary and foreign exchange API documentary interfaces
Global and Chinese market of ice water machines 2022-2028: Research Report on technology, participants, trends, market size and share
Exness: positive I win, negative you lose
How to use "bottom logic" to see the cards in the world?
Vit (vision transformer) principle and code elaboration
The detailed installation process of Ninja security penetration system (Ninjitsu OS V3). Both old and new VM versions can be installed through personal testing, with download sources
C语言数组