a = raw_input ("Place a person name here") b = raw_input ("Name a verb") c = raw_input ("Name a dangerous animal") d = raw_input ("Place a person's name here") e = raw_input ("Place an animal's name here") print str(a) + "went to the store to get some" + str(b) + "and bring it to his friend." print "He saw in the corner of the window a/an" + str(c) + "and decided to buy it too." print "He then went to his friend" + str(d) + "house to bring him it." print "To his amazement, his friend was a" + str(e) + "!"
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