Created
November 23, 2016 02:22
-
-
Save hrshadhin/930a155449ac36837f7bf6bc6ca23cd4 to your computer and use it in GitHub Desktop.
A funny python script that about love and me
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from world import me, you | |
from my.consciousness import I,your | |
from feelings import * | |
always = True | |
if you in (depressed, sadness, resignation): | |
print 'My Sweetheart' | |
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: | |
# I will follow in the madness | |
#I will ... | |
break # down | |
for emotion in my.heart: | |
try: | |
your.lover = me | |
except: | |
your.best_friend = me | |
if you.hate(me): | |
love(me) | |
elif I.annoying(): | |
love(me) | |
else: | |
love(me, how='deeply', when='now') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment