i am making a hangman game on python for school and need help
i have to practice using loops like ifs there are three parts i have to make which are checkletter.py which i have been given directions to do this
• Code the checkLetter() function so that it goes through the solvedString parameter and puts the letterGuessed parameter where ever it should go.
then there is the puzzledsolved.py file that i have been given that i have to do this • You will need to code the puzzleSolved function so that it returns True if the parameter passed as currentSolved is a completed hangman puzzle.