Question: Vrite a python program that does the following: - Use the code from Programming Assignment 1 - Practice. - Asks the user for their name


Vrite a python program that does the following: - Use the code from Programming Assignment 1 - Practice. - Asks the user for their name - Introduces the Hangman Game - Create a dictionary of 3 different lists of words. - Each list of a minimum of 30 words. - They are either - 1st - 3rd generation Pokemon or Fruit - Each word must be 5 to 10 characters in length - List of guessed letters - List of the incorrect guesses - Present the user with a menu to select which of the three groups of words to use. Once a list is selected, use that list to complete the game as normal. Users are allowed to guess wrong 5 times on the 6th time they lose and you tell them the word. - Verify that what they guessed a letter in the alphabet. Base program for creating the hangman graphic: hangman.py. Submit your code to complete the assignment: either py or .txt file. defdisplayBotrd(matzedletters,eorestletters,secretbord)prine(i)forletteranmiz=edLetter.print(letter.end=:)pent()forinrangeteen(geEretword):fReplateblankwithcoprectlyguezzedLett=Eachletterprinti)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
