This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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!") |