Hangman Word Guessing with Python

by Nabeel N

Description

This is a Python script of the classic game "Hangman". The word to guess is represented by a row of dashes. If the player guess a letter which exists in the word, the script writes it in all its correct positions. The player has number of turns equal to the length of the word to guess the word. You can easily customize the game by changing the variables.