[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y ] [Search | Free Show | Home]

/prg/

This is a blue board which means that it's for everybody (Safe For Work content only). If you see any adult content, please report it.

Thread replies: 19
Thread images: 3

File: im-pickle-riiiiick[1].jpg (27KB, 1190x670px) Image search: [Google]
im-pickle-riiiiick[1].jpg
27KB, 1190x670px
Boom! Big reveal!
>>
buuurrp
>>
>mom
>rickle
>this do
>>
What the fuck is this stupid ass meme joke that keeps coming up, I don't get it.
>>
*BUUUUUUUUUUUUUURRRRRRRRRP* GOD ISN'T *BURP* REAL *URRRRRRPPPPPPP* MORTY
>>
File: 1493673971002.jpg (90KB, 409x443px) Image search: [Google]
1493673971002.jpg
90KB, 409x443px
https://www.youtube.com/watch?v=d-xREfdihtY
EPIICCC
>>
>>82865081
Wait, IMAGINE this. IMAGINE, now wait for it, IMAGINE Rick was a pickle. How hilarious would that be?
>>
import pickle

class PhallicObject:
def __init__(self):
self.pleasurable = True

class Dildo(PhallicObject):
def __init__(self):
self.can_vibrate = True

class Pickle(PhallicObject):
def __init__(self):
self.edible = True
class PickleRick(Pickle):
def catchphrase(self):
print "I'm Pickle Rick!"

class Room:
def __init__(self, name, items):
self.name = name
self.room_objects = items
def room_contains(self, item_type=PhallicObject):
return next(obj for obj in self.room_objects if isinstance(obj, item_type))

class Beth:
def __init__(self):
location = "Living Room."
def walk_in(self, new_location):
location = new_location
def find_dildo(self, room):
'''needs testing- search may be too broad atm'''
try:
dildo = room.room_contains(PhallicObject)
except:
print "No dildo"
return
print "This will do."

if __name__ == "__main__":
rickle = PickleRick()
rickle.catchphrase()
garage = Room("garage", [rickle])
beth = Beth()
beth.walk_in("garage")
beth.find_dildo(garage)
>>
>>82865670
https://www.youtube.com/watch?v=4P5OK7c9xiM
>>
>>82865751

It fucked up my formatting
>>
>>82865789
you fucked up by using a shitty language
>>
>>82865836

python is the most pickle of languages you cunt

It literally has a pickle library that i imported ffs
>>
>>82865921
its definitely the reddit of languages
>>
>>82865789
>using underscores instead of camelCase
abysman
>>
>>82866067

ummm brush up on your PEP8, sweetie

https://www.python.org/dev/peps/pep-0008/#method-names-and-instance-variables
>>
>>82865670
this just makes me hungry for pickles
>>
>>82866596
t. salted-palate pleb
>>
>>82866640
You don't like pickles? dill pickles are my favorite.
>>
>>82865642
LOL!
Thread posts: 19
Thread images: 3


[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y] [Search | Top | Home]

I'm aware that Imgur.com will stop allowing adult images since 15th of May. I'm taking actions to backup as much data as possible.
Read more on this topic here - https://archived.moe/talk/thread/1694/


If you need a post removed click on it's [Report] button and follow the instruction.
DMCA Content Takedown via dmca.com
All images are hosted on imgur.com.
If you like this website please support us by donating with Bitcoins at 16mKtbZiwW52BLkibtCr8jUg2KVUMTxVQ5
All trademarks and copyrights on this page are owned by their respective parties.
Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.
This is a 4chan archive - all of the content originated from that site.
This means that RandomArchive shows their content, archived.
If you need information for a Poster - contact them.