Welcome Guest ( Log In | Register )

Outline · [ Standard ] · Linear+

 Do u fall in love with friend's wife or gf?

views
     
jmtstan
post May 26 2025, 03:38 PM

Getting Started
**
Junior Member
77 posts

Joined: Dec 2006


QUOTE(HasukiiXrd @ May 26 2025, 03:37 PM)
# Define the cat
K = "cat"  # K is a cat, also known as man

# Define the options
fish = "fish"  # fish is also known as woman
vegetable = "vegetable"  # vegetable is also known as man

# Function to determine the cat's diet type
def cat_diet(choice):
    if choice == fish:
        return "The cat is carnivorous."
    elif choice == vegetable:
        return "The cat is ghey."
    else:
        return "Unknown choice."

# Main logic
print(f"K is a {K}.")
print("K has two options: fish (woman) and vegetable (man).")

# Simulate cat's choice
cat_choice = input("What will the cat eat? (fish/vegetable): ").strip().lower()

# Determine the diet type based on the choice
result = cat_diet(cat_choice)
print(result)
*
dunno why i can understand this even after 30 year i no touch programming.

 

Change to:
| Lo-Fi Version
0.0152sec    0.67    6 queries    GZIP Disabled
Time is now: 15th December 2025 - 11:27 PM