from world import me, you
from my.consciousness import I, your
from feelings import *
always = True
if you in (depressed, sadness, unhappy, angry):
print('my Sweetheart')
print('my Baby')
print('my Puppy')
print('Let me inside you')
if feel(you) is lonely or feel(you) is neglected:
talk_me(this)
while always:
I.take_care_of(you)
if you.love() is not me:
print('I would rather die')
break
for emotion in my.heart:
try:
your.lover = me
except:
your.lover = me
if you.hate(me):
love(me)
elif I.annoying():
love(me)
else:
love(me, how='deeply', when='now')
########################## Python Console ##############################
Python 3.6.3 |Anaconda custom (64-bit)| (default, Feb 14 2018, 00:00:00)
[GCC 7.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> print(you)
周丹
>>> print(me)
王诗翔
网友评论