#Mr Meanie by Ratchet Miles while True: name = raw_input("Mutha fucka, what's yo name? ") if name: break else: print ("FUCKER, I SAID \"WHAT'S YOUR NAME?\"! ") name while True: hobby = raw_input("Okay bitch, what do you like to do in your freetime? ") if hobby: break else: print ("I know you're worthless, but not so worthless you can even give me a hobby. ") hobby print ("So, your name is %s, and you like to fuckin %s? Well, good for you faggot.") % (name, hobby) while True: color = raw_input("Nigga, what's your fucking favorite color? ") if color == "gold" or color == "yellow" or color == "black": print ("Shit nigga, %s is one of my favorite colors too. Good on you m8.") % (color) break elif color and not color == "gold" or color == "yellow" or color == "black": print ("%s is a shitty color, you're a piece of shit.") % (color) break else: print ("Tell me your favorite color you hooker.") color while True: try: problem = eval(raw_input("Aight bitch, it's time to do some math. Write a fuckin math problem (ex: 2+2, 3*4, etc). ")) except NameError: print ("BITCH, that's not a fucking equation. Try again dumbass. ") except ZeroDivisionError: print ("Stop trying to break the universe asshole!") except SyntaxError: print ("Stop Being stupid.") else: while True: try: answer = int(raw_input("K, now answer that fuckin math problem. ")) except ValueError: print("That wasn't even a number. Are you high? Try again.") else: if answer == problem: print ("Congrats, you're a fuckin genius, you should be proud. You could be a great janitor.") raw_input("Press enter to continue on with your miserable life.") quit() elif answer != problem: print("You can't even answer your own fucking question, what a fucktard. Try again. ") answer else: print ("What did you do???") answer raw_input("Press any fuckin key to continue on with your miserable life.")
Run
Reset
Share
Import
Link
Embed
Language▼
English
中文
Python Fiddle
Python Cloud IDE
Follow @python_fiddle
Browser Version Not Supported
Due to Python Fiddle's reliance on advanced JavaScript techniques, older browsers might have problems running it correctly. Please download the latest version of your favourite browser.
Chrome 10+
Firefox 4+
Safari 5+
IE 10+
Let me try anyway!
url:
Go
Python Snippet
Stackoverflow Question