Welcome, guest | Sign In | My Account | Store | Cart
from world import me, you
from my.consciousness import I, your # we need these words
from feelings import * 

always = True # are these statements

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') 

Diff to Previous Revision

--- revision 2 2006-06-06 16:47:33
+++ revision 3 2014-09-04 09:34:16
@@ -1,15 +1,19 @@
-...
+from world import me, you
+from my.consciousness import I, your # we need these words
+from feelings import * 
+
+always = True # are these statements
 
 if you in (depressed, sadness, resignation):
-    print 'me, my sweetheart'
-if feel(you) is 'lonely' or feel(you) is 'neglected':
+    print 'my Sweetheart'
+if feel(you) is lonely or feel(you) is neglected:
     talk_me(this)
 while always:
-    I.take_care(you)
+    I.take_care_of(you)
     if you.love() is not me:
         # I will follow in the madness
-        # I will 
-        break # down...
+        # I will ...
+        break # down
 for emotion in my.heart:
     try:
         your.lover = me
@@ -21,5 +25,3 @@
     love(me)
 else:
     love(me, how='deeply', when='now') 
-
-... 

History