Skip to content

Instantly share code, notes, and snippets.

@hrshadhin
Created November 23, 2016 02:22
Show Gist options
  • Save hrshadhin/930a155449ac36837f7bf6bc6ca23cd4 to your computer and use it in GitHub Desktop.
Save hrshadhin/930a155449ac36837f7bf6bc6ca23cd4 to your computer and use it in GitHub Desktop.
A funny python script that about love and me
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