- Description This Minitask Creates A Simple Word Game Based Upon The Game Madlibs You Will Be Given A Madlib Sheet With 1 (140.35 KiB) Viewed 33 times
Description: This MiniTask creates a simple word game based upon the game Madlibs. You will be given a Madlib sheet with
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Description: This MiniTask creates a simple word game based upon the game Madlibs. You will be given a Madlib sheet with
Description: This MiniTask creates a simple word game based upon the game Madlibs. You will be given a Madlib sheet with blanks for various parts of speech (nouns, verbs, adjectives, etc...). You will create multiple lists of words for each of the parts of speech listed on your Madlib sheet. Your program should randomly select words from each of the lists to generate the Madlib. To help you begin, a starter Python file is provided at the link below. Requirements: • Download the provided stub file and use it as the starting point to complete this MiniTask. • Document code appropriately o header with name, date, description o code section headers o function comments