File tree Expand file tree Collapse file tree 2 files changed +113
-0
lines changed
2021-03-09-programmer-romance Expand file tree Collapse file tree 2 files changed +113
-0
lines changed Original file line number Diff line number Diff line change 1+ ## 0x00
2+
3+ 遇见你
4+ 生命才在增加
5+ 否则只是虚耗
6+
7+ ``` python
8+ while True :
9+ if meet_you: life++
10+ else : life--
11+ ```
12+
13+ ## 0x01
14+
15+ 在 75 亿茫茫人海中
16+ 看见你的第一眼
17+ 就永远爱上了你
18+
19+ ``` python
20+ while random(0 , 7_500_000_000 ) != you: continue
21+ while True :
22+ love(you)
23+ ```
24+
25+ ## 0x02
26+
27+ 自从遇见了你,就不停的想你
28+
29+ ``` python
30+ void missing_you() {}
31+ for (time = meet_you; ;time++ )
32+ missing_you()
33+ ```
34+
35+ # # 0x03
36+
37+ 我就在这里,等风也等你
38+
39+ ```python
40+ you.come() ? rain.stop() : I.wait()
41+ ```
42+
43+ # # 0x04
44+
45+ 爱你一万年
46+
47+ ```python
48+ while year <= 10000 :
49+ print (" I Love You!" )
50+ year++
51+ ```
52+
53+ # # 0x05
54+
55+ 生活中少不了意外
56+ 但只要我们共同面对
57+ 就能天长地久
58+
59+ ```python
60+ try : our_life()
61+ except : face_together()
62+ finally : love_forever()
63+ ```
64+
65+ # # 0x06
66+
67+ 我向往明天的生活
68+ 可当你离开那一刻
69+ 它就停留在了昨天
70+
71+ ```python
72+ MyLife = {" I" : " Yesterday" , " You" : " Tomorrow" }
73+ del MyLife[" You" ]
74+ MyLife.values()
75+ ```
76+
77+ # # 0x07
78+
79+ 我是乘风破浪归来的舵手
80+ 却在你寂静深邃的眼波里
81+ 弃浆溺亡
82+
83+ ```python
84+ Helmsman me = new Helmsman()
85+ while (! me.meet(you)){me.navigate}
86+ me.drown()
87+ ```
88+
89+ # # 0x08
90+
91+ 爱你到天荒地老
92+
93+ ```python
94+ while (! world.destroy()){
95+ me.loveYou()
96+ }
97+ ```
98+
99+ # # 0x09
100+
101+ 夏雨雪,江水竭,冬雷震震,山无陵,天地合,乃敢与君绝
102+
103+ ```python
104+ if (summer.snow== True
105+ && river.water== None
106+ && winter.thunder== True
107+ && mountain.arris== None
108+ && sky.height== ground.height):
109+ I.withyou=False
110+ else :
111+ I.withyou=True
112+ ```
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ Python技术 公众号文章代码库
2424+ [ GitHub-Top10] ( https://github.com/JustDoPython/python-examples/tree/master/doudou/2021-01-02-GitHub-Python-Top10 ) :2020 GitHub Python 库 TOP10
2525+ [ fake-data] ( https://github.com/JustDoPython/python-examples/tree/master/doudou/2021-01-10-fake-data ) :假数据
2626+ [ mitmproxy] ( https://github.com/JustDoPython/python-examples/tree/master/doudou/2021-02-08-mitmproxy ) :中间人攻击
27+ + [ poetry] ( https://github.com/JustDoPython/python-examples/tree/master/doudou/2021-03-09-programmer-romance ) :程序员的浪漫
2728
2829---
2930
You can’t perform that action at this time.
0 commit comments