Imgflip Logo Icon

Easy to enjoy cock

Easy to enjoy cock | CHECK THE COMMENTS | image tagged in easy to enjoy cock | made w/ Imgflip meme maker
57 views 1 upvote Made by Barry_McCawkiner____OwU- 11 months ago in MS_memer_group
Easy to enjoy cock memeCaption this Meme
8 Comments
1 up, 11mo,
3 replies
def add(num1, num2):
return num1 + num2

# Function to subtract two numbers
def subtract(num1, num2):
return num1 - num2

# Function to multiply two numbers
def multiply(num1, num2):
return num1 * num2

# Function to divide two numbers
def divide(num1, num2):
return num1 / num2

print("Please select operation -\n" \
"1. Add monei\n" \
"2. Subtract col hard cash\n" \
"3. Multiply the bucks\n" \
"4. Divide between thugs\n")

# Take input from the user
select = int(input("Select operations form 1, 2, 3, 4 :"))
print("And no decimals please <:] bc im dumb")

number_1 = int(input("Enter first boi: "))
number_2 = int(input("Enter second BOI: "))

if select == 1:
print(number_1, "+", number_2, "=",
add(number_1, number_2))

elif select == 2:
print(number_1, "-", number_2, "=",
subtract(number_1, number_2))

elif select == 3:
print(number_1, "*", number_2, "=",
multiply(number_1, number_2))
§§
elif select == 4:
print(number_1, "/", number_2, "=",
divide(number_1, number_2))
else:
print("i dont understand bruh say smth else")
[deleted] M
1 up, 11mo,
1 reply
Nerdy ass (I didn't even read it all)
0 ups, 11mo
im a nerd
1 up, 11mo,
1 reply
A program for simple algebra
0 ups, 11mo
still
1 up, 11mo,
1 reply
Bro forgot to loop?
1 up, 11mo
oh right thx
0 ups, 11mo
random ass code I made
Easy to enjoy cock memeCaption this Meme
Created with the Imgflip Meme Generator
IMAGE DESCRIPTION:
CHECK THE COMMENTS