Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
python bois
#python 2.7.12 import random def chrisVocabulary(howGay): chrisVocab = ["Shoot em with your crossbow steve!","*stops to search insult online*","Howdy cowboi","*growls*","Your being a total dickhead.","fucking","shit","fuck you,","you bastard","piece of shit","fucking guy","suck my dick","*vapenashun*","faggot","fgt","faggit","...death star...","im 1-100 triggered rn!!1!","*stops to puff a greasy vape*", "AND the horse you rid in","*pulls out light sword* Still got one of these?",", yes I AM a faggot", "you dont even have any powers!", "*eats slice of pizza like an asshole*"] gayBoys="" for i in range(0,howGay): angryCunt = chrisVocab[random.randrange(len(chrisVocab))] if i > 8: gayBoys += 'i am such a gay ' if i > 9: gayBoys += ', i am gayer than aids ' gayBoys += angryCunt + ' ' print gayBoys thisGay = random.randrange(2, 11) chrisVocabulary(thisGay)
run
|
edit
|
history
|
help
0
PyLamb
Dungeon
functional python - from hackernoon.com, lean functional python in 10 min
Python examples - SIMPLE
sdfgthyjuyhtgrf
PyPropertyDecorator
PyMap
Problem Name: single_digit
check if any permutations of a word is a palindrome - python
Filter dictionaries with specific keys