Post
Topic
Board Speculation
Merits 1 from 1 user
Re: Wall Observer BTC/USD - Bitcoin price movement tracking & discussion
by
mindrust
on 09/03/2020, 19:58:32 UTC
⭐ Merited by JayJuanGee (1)

Define real women.

Here is a basic algorithm for picking the right woman

Code:

def woman():
    x = int(input("How big her ass is? (1-10)"))
    y = int(input("How big her tits are? (1-10)"))
    z = int(input("What is her age? (1-100)"))
    t = input("Does she laugh when you make stupid jokes? (yes-no)")

    p = x*y

    if z<30 and z>20 and p>50 and t=="yes":
        print("That's the woman you want to marry yo!")
    else:
        print("Skip to the next candidate.")

woman()