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:

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter8: Arrays
Section: Chapter Questions
Problem 5PE
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
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning