Page 1 of 1

Write a python program that has a hidden 5 letter word, you can make it anything you want. Ask the user to guess the 5 l

Posted: Tue Jul 12, 2022 8:16 am
by answerhappygod
Write a python program that has a hidden 5 letter word, you canmake it anything you want.
Ask the user to guess the 5 letter word, don't allow them toenter values that aren't 5 letters long
For each letter in the guess, tell the user if the letter is inthe hidden word in the same spot, in the hidden word but in adifferent spot, or not in the hidden word.