print "Welcome to Rage Libs #1. Lets Get Started!!!" name = raw_input("What is your name? ") print "Hello, %s." % name sport = raw_input("Give me a sport: ") print "I love that sport!" adjetive = raw_input("I want an adjetive now: ") print "Who in theit right mind would say that?! Youre weird!" weapon = raw_input("Tell me a weapon: ") print "I love hunting!" animal = raw_input("Tell me a bloodthirsty, ANIMAL!: ") print "Ooh, that's scary!" command = raw_input("Give me an animal command: ") print "Good thing I'm not an animal" print "Now lets hear the story..." print "Once a kid named %s" % name print " and his family were on vacation in an RV. His dad said 'Lets play %s" % sport print ", but his son said 'No, its too %s" % adjetive print ". Suddenly a huge %s" % animal print " leaped out at the family, but luckily Dad had a %s" % weapon print " and whacked the beast with it. He told the beast to %s" % command print ". The beast squealed and ran away. We celebrated with a cookout."
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