Skip to content

Instantly share code, notes, and snippets.

@shamikalashawn
Created February 6, 2017 22:59
Show Gist options
  • Save shamikalashawn/bfab94f7bebb71246ba8f86b35d3ca99 to your computer and use it in GitHub Desktop.
Save shamikalashawn/bfab94f7bebb71246ba8f86b35d3ca99 to your computer and use it in GitHub Desktop.
The most simple of MadLibs.
noun = input('Please enter a noun')
verb = input('Please enter a verb')
adjective = input('Please enter an adjective')
adverb = input('Please enter an adverb')
print ('The ' + adjective + noun + verb + adverb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment