##
# I am a Data Engineer,
# so I write code to commemorate the days we spent together in coder's way.
##
i = Boy("小温同学");
u = Girl("小刘同学");
# 27 3, 2022, we meet at a hotpot restaurant for the first time.
# Afterwards,we went to watch a talk show.
i.meet(u)
# 20 5, 2022, You became my girlfriend.
i.confess(u)
u.accepted(i)
# Since then, we spent harmony happiness life every day.
happy(u, i)
# We enjoy studying together.
study(u, i)
# We enjoy cuisine and game 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 love each other more and understand each other better.
u.in_love_with(i)
i.in_love_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.
Stinky bunny cub, I have fallen in love with you for
Love u forever and ever.