##
# I am a programmer,
# so I write code to celebrate Valentine's Day in coder's way.
##
i = Boy("Bubui");
u = Girl("Koko");
# April 09, 2022, I meet you because of ur my type.
i.meet(u)
# Afterwards, we talked and thought of each other every single minute.
i.talk(u)
# May 9, 2022, You became my girlfriend.
u.accepted(i)
# Since then, we spent harmony happiness life every day.
happy(u, i)
# We enjoy spending time together.
time(u, i)
# We enjoy exploring different food together.
food(u, i)
# We enjoy watching movies together.
movies(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 love of my life.
while True:
if u.with(i):
u = everything
else:
everything = u
# I love you forever.
# I am a programmer,
# so I write code to celebrate Valentine's Day in coder's way.
##
i = Boy("Bubui");
u = Girl("Koko");
# April 09, 2022, I meet you because of ur my type.
i.meet(u)
# Afterwards, we talked and thought of each other every single minute.
i.talk(u)
# May 9, 2022, You became my girlfriend.
u.accepted(i)
# Since then, we spent harmony happiness life every day.
happy(u, i)
# We enjoy spending time together.
time(u, i)
# We enjoy exploring different food together.
food(u, i)
# We enjoy watching movies together.
movies(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 love of my life.
while True:
if u.with(i):
u = everything
else:
everything = u
# I love you forever.
Koko, I have fallen in love with you for
Love u forever and ever.
- Bubui