Hi Chuck
1. Missing an int(.. on one of the guess=
print "You have", counter, " chances left to guess the number."
guess = int(raw_input("Your guess is "))
Thus ensuring guess is consistent with it content type
2. Need a break when the guess=num
if guess == num:
print "Y
Hi Chuck
1. Missing an int(.. on one of the guess=
print "You have", counter, " chances left to guess the number."
guess = int(raw_input("Your guess is "))
Thus ensuring guess is consistent with it content type
2. Need a break when the guess=num
if guess == num:
print "Y