Word Guessing game in Python

by Diana I

Description

The WordGuess game When the user plays WordGuess, the computer first selects a secret word at random from a list built into the program. The program then prints out a row of dashes—one for each letter in the secret word and asks the user to guess a letter.