Guess the Number Game

For this lab, it incorporates conditions and a while loop to repeat the loop so that the user can take infinite guesses until the random number is guessed. I had trouble with this lab due to three main errors. The first in the syntax, the second is indentation and the third is the raw_input string which really is the input string. The toughest was the syntax due to the how I arrange my code so I had to start from scratch to fix all the errors. Once everything was lined up perfectly, the code operates at a much smoother level without any errors.