Best writers. Best papers. Let professionals take care of your academic papers

Order a similar paper and get 15% discount on your first order with us
Use the following coupon "FIRST15"
ORDER NOW

am confuse where I have to write (is too low or is too high) in python here is my code />print

am confuse where I have to write (is too low or is too high) in python here is my code />print(“Welcome to my Guess the number program”)import random
keepGoing = True#Generate a random numbernumberToGuess = random.randint(1,11)guessess = 0
while (keepGoing): try: guess = int(input(“Please guess a number between 1 and 10:”)) while guess < 1 or guess > 10: guess = int(input((“Please guess a number between 1 and 10:”)) except: print(“Numbers Only!”) continue
guesses = guesses +1 if (guess == numberToGuess): print(“You guessed it”) keepGoing = False else: print (“Too Low”)
print(“You guessed it! It took you ” + str(guesses) + ” attempts”)

 
Looking for a Similar Assignment? Order now and Get 10% Discount! Use Coupon Code "Newclient"