第一封
# 山无陵, 江水为竭, 冬雷震震, 夏雨雪, 天地合, 乃敢与君绝!
if mountain.arris is None:
if river.water is None:
if winter.thunder is True:
if summer.snow is True:
if sky.height == ground.height:
i.withyou = False
else:
i.withyou = True
第二封
# 爱你到天荒地老
while world:
print("I love you!")
第三封
# 如果冬天里你的手是冰冷的,我愿把我的温暖都给你
if weather == winter and you.hand == cold:
your.handTemperature = my.handTemperature
第四封
# 遍历整个世界,我也要找到亲爱的你
for people in world:
if people == you:
print("Hello, my love")
第五封
# 你见,或者不见我 / 我就在那里 / 不悲不喜
if meetMe or not meetMe:
me: {
sad: None,
happy: None
}
# 你念,或者不念我 / 情就在那里 / 不来不去
if missMe or not missMe:
feeling: {
come: None,
go: None
}
# 你爱,或者不爱我 / 爱就在那里 / 不增不减
if loveMe or not loveMe:
love: {
increase: 0,
decrease: 0
}
# 你跟,或者不跟我 / 我的手就在你手里 / 不舍不弃
if withMe or not withMe:
global future
future:{
we: you.hands and me.hands
}
网友评论