# Penis Creator

# Penis Creator
import random

class Penis(object):
"""A random penis."""
def __init__(self):
print("Argh. I'm a floppy cock")

@staticmethod

def size():
print("The size of this penis is:")
print(random.randint(3,15),".",random.randint(0,9))

penis1 = Penis()
penis1.size()

input("Press any key to enter")

Attached: 1557868872819.png (639x358, 298K)

Other urls found in this thread:

178.128.159.133:8080
github.com/PencilAmazing/Floppy
twitter.com/NSFWRedditImage

Did you know using classic in python slows the program down by a factor of 10. With a program as simple as this one, I would advice against using a class.

imagine how much I care
I will now create your penis
you have big pp

Attached: pythonw_2019-05-26_11-59-23.png (215x51, 2K)

Do me

based kaguya poster

Haha benis

>cock length varies each time you measure it

That's usually how it goes.

you have smaller but still big pp

Attached: pythonw_2019-05-26_13-03-14.png (215x69, 2K)

Here friend.

# Benis Creator
import random
import os

class Benis():
"""A random penis."""
def __init__(self):
print("Argh. I'm a floppy cock")

filename = "benis_size.txt"

def size(self):
print("The size of thine benis is:")
try:
if os.path.isfile(self.filename):
f = open(self.filename, "r")
print(f.readline().strip("\n"))
else:
size = str(random.randint(3,15)) + "." + str(random.randint(0,9))
print(size)
f = open(self.filename, "w+")
f.write(size)
except Exception as e:
print("Access denied:\n:" + str(e))
exit(0)

Benis().size()
input("Press any key to enter")

Attached: random_g.png (213x49, 7K)

>works for only 1 dick

>client doesn't specify need
>adds it after delivery and wants money back because deadline not respected
Fuck you jim, just code it yourself, as you should have.

chinchin

enterprise edition

Attached: penis.png (552x385, 5K)

o kawaii koto

Why did this make me laugh, fuck you Jow Forums.

178.128.159.133:8080
#!/usr/bin/env python
from flask import Flask
from waitress import serve
import random

app = Flask(__name__)
@app.route("/")
def main():
return """"""

@app.route("/pp")
def measure():
return "Your penis is " + str(random.randint(3,15)) + "." + str(random.randint(0,9)) + "in"

if __name__ == "__main__":
serve(app)

Attached: kawaiikoto.jpg (960x540, 48K)

Am I big boy now?

Attached: Screenshot_20190526-235710.jpg (1080x1920, 67K)

Specification paper coming soon(tm)

Attached: richard.png (318x184, 4K)

It's cute

Attached: big pp.png (289x130, 13K)

Enterprise penis creator github:
github.com/PencilAmazing/Floppy

logo required

imagine your employer seeing this

Free Open Source Software

Attached: socketbbs.com.png (1337x589, 108K)

>File
kek I’m assuming you’re offering a support contract and license server as well?