what is number guessing game in python and how it works
Answers
Answered by
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
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