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
| present_tense_verb = input("Please enjoy this Webbmas story! Enter a present tense verb: ") | |
| plural_noun = input("Plural Noun: ") | |
| adjective = input("Adjective: ") | |
| person = input("Person: ") | |
| body_part_plural = input("Plural Body Part: ") | |
| place_to_sleep = input("Place you might sleep: ") | |
| number = input("Number: ") |