Python 3.4.0 (v3.4.0:04f714765c13, Mar 16 2014, 19:24:06) [MSC v.1600 32 bit (Intel)] on win32 Type "copyright", "credits" or "license()" for more information. >>> ================================ RESTART ================================ >>> Welcome to the Guess My Number Game! The Mysterious Number to guess is between 1 and 60. Try to guess the Mystery Number in as few tries as you can. Do you want to play the game? Enter a 1 to play or 0 to exit: 1 Traceback (most recent call last): File "E:\My Code\assignment4.py", line 51, in while(smv_guessNumber!=smv_pickNumber): NameError: name 'smv_guessNumber' is not defined >>>