##
# Valentine's Day is coming,
# so I copy this code to celebrate Valentine's Day in coder's way.
##
class Boy:
def __init__(self, name, age):
self.name = name;
self.age = age;
class Girl(Boy):
pass
i = Boy("Shen Ziming", 21);
u = Girl("Shi Yuwei", 20);
# Sep, 2018, I meet you because of Aimo magic.
i.meet(u)
# May 3, 2019 I confessed to you.
i.confess(u)
u.accepted(i)
# The same day, I remember we watched Avengers:Endgame.
movie(u, i)
# Before movie, a bottle of YiYun astonished your Alipay along with my eyes.
blacklist.extend([Yiyun, Wanda]
# I also remember how we roamed in HEU.
i.hand.in(u.hand)
# All began, at the SongHua River...
love(i,u).start()
# Valentine's Day is coming,
# so I copy this code to celebrate Valentine's Day in coder's way.
##
class Boy:
def __init__(self, name, age):
self.name = name;
self.age = age;
class Girl(Boy):
pass
i = Boy("Shen Ziming", 21);
u = Girl("Shi Yuwei", 20);
# Sep, 2018, I meet you because of Aimo magic.
i.meet(u)
# May 3, 2019 I confessed to you.
i.confess(u)
u.accepted(i)
# The same day, I remember we watched Avengers:Endgame.
movie(u, i)
# Before movie, a bottle of YiYun astonished your Alipay along with my eyes.
blacklist.extend([Yiyun, Wanda]
# I also remember how we roamed in HEU.
i.hand.in(u.hand)
# All began, at the SongHua River...
love(i,u).start()
Shi Yuwei, I have fallen in love with you for
Love u forever and ever.
- Shen Ziming