"""
We are both NKUers ,
Hence I write some code to celebrate Valentine's Day.
"""
i = Boy("NKUCodingCat")
u = Girl("Phoebe Yu")
# Jul 6, 2014, I kiss you and I told you I love you.
i.love(u)
# Well, I don't know if you accepted.
if u.isaccepted( ):
pass
# But since then, I miss u every day.
i.miss(u)
# And take care of u.
i.takeCareOf(u)
# You say that you won't be so easy to love me.
# So I keep waiting and I have confidence that you will.
while u.isHesitate:
i.waitFor(u)
# I think it is an important decision.
# and you should think it over.
u.isHesitate = u.thinkOver( )
# You decided.
u.love(i)
i.playHappilyWith(u)
#-EOF-
Phoebe, I have fallen in love with you for
Love u forever and ever.
- NKUCodingCat