Created
February 6, 2017 22:59
-
-
Save shamikalashawn/bfab94f7bebb71246ba8f86b35d3ca99 to your computer and use it in GitHub Desktop.
The most simple of MadLibs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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