- Write a loop statement that prompts the user to guess a secretnumber. Set the secret number before the loop. Continue executinguntil the user correctly guesses the secret number. If they comewithin 10 numbers either above or below tell the user they aregetting warmer. If they are outside of 10 numbers tell them theyare getting colder.(Python)
Expert Answer
Answer to Write a loop statement that prompts the user to guess a secret number. Set the secret number before the loop. Continue …