Write a program called p3.py. Your program should have the following functionality: 1. Randomly selects a word from a pre-set list: kangaroo, capybara, wombat, koala, wallaby, quokka, platypus, dingo, kookaburra 2. Prompts the user to guess a letter 3. Validates the input 4. If the letter is not in the word, print a message reflecting this 5. Prints the word where all guessed letters are revealed and all unguessed letters are replaced by underscores hint : consider storing the guessed letters in a list 6. The program should continuously prompt the user to guess letters until they enter ‘quit’ or all the letters in the word have been guessed 7. Don’t forget to include the main guard   Example of output:

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question
100%
Write a program called p3.py. Your program should have the following functionality:
1. Randomly selects a word from a pre-set list: kangaroo, capybara, wombat, koala, wallaby, quokka, platypus, dingo, kookaburra
2. Prompts the user to guess a letter
3. Validates the input
4. If the letter is not in the word, print a message reflecting this
5. Prints the word where all guessed letters are revealed and all unguessed letters are replaced by underscores
hint
: consider storing the guessed
letters in a list
6. The program should continuously prompt the user to guess letters until they enter ‘quit’ or all the letters in the word have been guessed
7. Don’t forget to include the main guard
 
Example of output: 
 
The program selects the word quokka, but the user does not know
Guess a letter:
a
_____a
Guess a letter: e
there is no ‘e’
_____a
Guess a letter: k
___kka
Guess a letter: u
_u_kka
Guess a letter: o
_uokka
Guess a letter: q
quokka
You win! Good job!
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education