Skip to content

Instantly share code, notes, and snippets.

View hazeyez's full-sized avatar
🤓
Geeked Out & Focused

hazeyez

🤓
Geeked Out & Focused
View GitHub Profile
@hazeyez
hazeyez / guess-penis-size.py
Created October 1, 2022 06:02
program that guesses penis size by user input data, playing with variables, importing modules, numerical ranges, timers, and if-else statements!
#!/usr/bin/env python3
import random
import decimal
import time
rand = float(decimal.Decimal(random.randrange(75,200)))/100
print("This program will approximate your true penis size with data you input.")
time.sleep(2)
@hazeyez
hazeyez / increase-penis-size.py
Last active October 1, 2022 00:46
Increase penis size! First python script by hazeyez! Playing with variables, functions and sleep timers...
#!/usr/bin/env python3
# Author: hazeyez, copyright Dalnet default chan # ops.
import time
stub_size = float(input("Enter your penis size in inches: "))
time.sleep(2)
print("The size you entered is:", stub_size, "inches. Wow! That is a small penis!")