Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Write a python program that does the following: - Asks the user for their name - Introduces the Hangman Game - List of a minimum
Write a python program that does the following: - Asks the user for their name - Introduces the Hangman Game - List of a minimum of 30 words. They are either 1 st generation Pokemon or Fruit - Each word must be 5 to 10 characters in length - List of guessed letters - List of the incorrect guesses - Users are allowed to guess wrong 5 times on the 6 th time they loose and you tell them the word. - Verify that what they zuessed is a letter in the alphabet Base program for creating the hangman graphic: hangmanpy Submit your code to complete the assignment: either py or txt file. import random HANGMAN PICS =[1,1 for letter 1 in blanks: = show the secret wordwith spaces in between each letter, printilletter, end =
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started