print('please enter a noun') nounOne = raw_input() print('please enter an adjective') adjOne = raw_input() print('please enter a noun') nounTwo = raw_input() print('please enter an adjective') adjTwo = raw_input() print(' One day Mary walked through the park. Along her way Mary ran into a ' + nounOne + ' it practically jumped at her! Mary thought it was a very ' + adjOne + ' ' + nounOne + ' but she didnt care. Mary took the ' + nounOne + ' home and loved it forever')
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