[Tutor] dont understand part of a code

2016-07-02 Thread Minhaj Ahmed via Tutor
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 = ( """ --| | | | |

[Tutor] My code isn't working properly

2016-06-20 Thread Minhaj Ahmed via Tutor
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