当前位置:网站首页>谁说程序员不懂浪漫,表白代码来啦~
谁说程序员不懂浪漫,表白代码来啦~
2022-08-04 00:50:00 【骨灰级收藏家】
七夕推荐:
写了一首 Java 表白诗,女朋友不愁了!
Python
if you.look_back(): I.behind(you).forever() see(you)
Java
public class DREAM { public static void main(String[] args) { while(true) { String Mylover = ""; for (int i = 0; i < 3; i++) { char a = (char)(Math.random() * 26 + 65); Mylover = Mylover + a; } if (Mylover.equals("YOU")) { System.out.println("My dream comes true!"); break; } } } }
C#
foreach(var you in world){ if(you == “MyLove”){ MyHeart["My_Wife"] = you; } }
C++
abstract class MyLove implements YourHeart{ String MyLove(String I_do){ return "Always and Forever" } }
C#
static void Main(string[] args){ I.meet_you(); while(true){ I.missing(); } }
PHP
<?php while(me->find()){ If(me->met() == your->self()){ print("Hello,world!") } } ?
Python 代码:
import stringl = string.ascii_letterss = []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
以下的数字对应的是 ASCII 码:
# 73、76、79、86、69、85 对应的 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 一行代码实现心形:
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)]))
效果图:
按 ctrl+f 键然后输入 9 :
99669999996669999996699666699666999966699666699 99699999999699999999699666699669966996699666699 99669999999999999996699666699699666699699666699 99666699999999999966666999966699666699699666699 99666666999999996666666699666699666699699666699 99666666669999666666666699666669966996699666699 99666666666996666666666699666666999966669999996
效果图如下:
1、直接点的
直到死之前,每天爱你多一点 :
爱你永不停止:
我要让全世界的人知道我爱你:
2、有文化的
彼采萧兮,一日不见,如三秋兮:
你爱或者不爱我,爱就在那里,不增不减:
将我手上的温度全部给予你,换取你幸福的脸庞:
你一句明天见,偷走了我整晚的睡眠:
找到你,我便拥有了整个世界:
3、除了"好呀",没有更好的选择
上面是 VB 代码,我们可以用以下 JS 代码实现更通用:
源代码:
https://c.runoob.com/codedemo/5656
以下是适合移动端的代码,保存下面二维码直接发给你喜欢的就可以了:
源码:
https://c.runoob.com/codedemo/5657网页地址:https://www.runoob.com/try/demo_source/dylm.html
再来个心形的效果:
源码:
https://c.runoob.com/codedemo/5655
cavans 实现玫瑰花,还是很酷炫的:
源码地址:https://c.runoob.com/codedemo/5588
表白成功,我们就能走上人生巅峰了:
4、当然,有时候也有意外情况
没对象也无所谓,谈恋爱哪有写代码有趣!!!
当然,你还可以自己new一个出来。
边栏推荐
猜你喜欢
随机推荐
易动纷享--测试实习生视频面试
高斯推断推导
js函数防抖和函数节流及其使用场景
快速入门EasyX图形编程
View the version number of CUDA, pytorch, etc.
R3LIVE论文学习(二):VIO子系统
哎,又跟HR在小群吵了一架!
Analysis: What makes the Nomad Bridge hack unique
TypeScript学习
一文参透分布式存储系统Ceph的架构设计、集群搭建(手把手)
Google Earth Engine - Calculates the effective width of rivers using publicly available river data
七夕活动浪漫上线,别让网络拖慢和小姐姐的开黑时间
LeetCode第三题(Longest Substring Without Repeating Characters)三部曲之三:两次优化
typescript51 - basic use of generics
伦敦银最新均线分析系统怎么操作?
Web3 安全风险令人生畏?应该如何应对?
typescript56 - generic interface
第1章:初识数据库与MySQL----MySQL安装
typescript53-泛型约束
typescript52 - simplify generic function calls