By the end of this project, you will create a hangman game. Just like the real game, you will hard code a word, and the player will have 10 turns to guess the correct characters. Throughout the project, you will be able to use the
basic concepts of Python in developing a software version of the Hangman game. Python is an open-source programming language that was designed to be simple to read and write. It is compatible with major platforms and systems. It is used in developing Website or software applications as well as machine learning programs.