Introductory Python project focusing on the use of if statements, while loops, and boolean variables
-
Updated
Jul 31, 2022 - Python
Introductory Python project focusing on the use of if statements, while loops, and boolean variables
This Python code implements a simple Hangman game. It selects a random word from a list, allows the player to guess letters, and displays the current state of the word with underscores for unknown letters.
Add a description, image, and links to the boolean-variables-and-operators topic page so that developers can more easily learn about it.
To associate your repository with the boolean-variables-and-operators topic, visit your repo's landing page and select "manage topics."