Hi, below is code for a hangman game which I copied from a book I am
studying,Python programming for the absolute beginners by Michael Dawson. I
have underlined the part of code I do not understand and why it is there.
import random
HANGMAN = (
"""
--|
|
|
|
|
Hi,I'm studying Michael Dawsons 'Python programming for absolute
beginners',in chapter 5,page 129,the author writes a program that records
high scores in a game. I have done exactly as the author has set out and
yet my code isn't doing what the author says it should be doing. The code
is printed be