##
# I am a programmer,
# so I write code to celebrate Valentine's Day in coder's way.
##
i = Boy("Kun Han");
u = Girl("Yu Zhang");
# Feb 28, 2018, I contact with you.
i.contact(u)
# Mar 2, 2018, I meet you. And you became my girlfriend.
i.meet(u)
u.accepted(i)
# Since then, we spent harmony happiness life every day.
happy(u, i)
# We enjoy cuisine together.
dine(u, i)
# We enjoy appointment together.
appoint(u, i)
# We enjoy vacation together.
vacation(u, i)
# Sometimes there are a few conflicts between us.
conflict(u, i, sometimes=True)
# But we are getting more and more in harmony together.
u.in_harmony_with(i)
i.in_harmony_with(u)
# You are the greatest love of my life.
while True:
if u.with(i):
u = everything
else:
everything = u
# Waiting me marries you, we will be the happiest couple in the world.
i.marry(u, in_the_future=True)
i.live_happily_forever_with(u)
# I love you forever.
Yu, I have fallen in love with you for
Love u forever and ever.
- Kun Han