15.10.14

ILoveYou.py

# The logic in love,
# I have found,
# Goes like:

def I ( ) :

    print("This much, I am willing to give: ")
    print("Myself. ")
    print("\n\nWhether or not you are willing to give back.")
               
                # allow me to
    Love( ) # for I wouldn't function without it


def Love( ) : # lacking words, however;
            # possible, in spite,
            # to be defined.

        print("\nBut if numbers represent love, ")
        heart = input("What is yours? \n")

        if heart  <  '3' :

            print("What irony it is, don't you think, to have a heart")
            print("    whose love is only less than three?\n")

        else :

            return Love( ) # for it is not always
                          # that a great love
                          # is returned by a greater love.


def You( ) :

    return I ( ) # Because in simple conclusion,
               # I just wouldn't function without loving You.


I ( ) # Love
You( )
# [Press F5 to run program.]



# ( Compile this using Python 3.0.1)

Walang komento:

Mag-post ng isang Komento