Computer Science, asked by kavyabalasubramani, 17 days ago

what is number guessing game in python and how it works​

Answers

Answered by ANDREWPRIYAN
2

Answer:

The compiler generates a random integer between the range and store it in a variable for future references. For repetitive guessing, a while loop will be initialized. If the user guessed a number which is greater than a randomly selected number, the user gets an output “Try Again! You guessed too high“

Answered by soumyojitbardhan
1

Answer:

If the user guessed a number which is greater than a randomly selected number, the user gets an output “Try Again! You guessed too high“ Else If the user guessed a number which is smaller than a randomly selected number, the user gets an output “Try Again!

Explanation:

this is your answer I hope it help you please amrk me as brainlist

Similar questions