Page 1 of 1

Description: This MiniTask creates a simple word game based upon the game Madlibs. You will be given a Madlib sheet with

Posted: Fri Jul 01, 2022 5:51 am
by answerhappygod
Description This Minitask Creates A Simple Word Game Based Upon The Game Madlibs You Will Be Given A Madlib Sheet With 1
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 35 times
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