subject

Define a function called guessnumber that implements the following game, in which the computer will: • think of a random number in the range 0-50. (hint: use the random module.) • repeatedly prompt the user to guess the mystery number. • if the guess is correct, congratulate the user for winning. if the guess is incorrect, let the user know if the guess is too high or too low. • after 5 incorrect guesses, tell the user the right answer.

the following is an example of correct input and output.

i'm thinking of a number in the range 0-50. you have five tries to guess it.

guess 1? 32

32 is too high

guess 2? 18

18 is too low

guess 3? 24

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 12:00
The following function returns a string of length n whose characters are all 'x'. give the order of growth (as a function of n) of the running time. recall that concatenating two strings in java takes time proportional to the sum of their lengths. public static string f(int n) { if (n == 0) return ""; if (n == 1) return "x"; return f(n/2) + f(n - n/2); } options: a) constant b) logarithmic c) linear d) linearithmic e)quadratic f)cubic g) exponential
Answers: 2
question
Computers and Technology, 23.06.2019 04:31
This graph compares the cost of room and board at educational institutions in texas.
Answers: 1
question
Computers and Technology, 23.06.2019 18:40
Johnson enterprises uses a computer to handle its sales invoices. lately, business has been so good that it takes an extra 3 hours per night, plus every third saturday, to keep up with the volume of sales invoices. management is considering updating its computer with a faster model that would eliminate all of the overtime processing.
Answers: 2
question
Computers and Technology, 24.06.2019 03:00
Click the "draw structure" button to activate the drawing utility. draw two diastereomers of (1z,4r)−1,4−dimethylcyclodecene and name them, including (e)/(z) and (r)/(s) notation. part 1 out of 4 draw the diastereomer containing a chiral center with s configuration here. window open
Answers: 1
You know the right answer?
Define a function called guessnumber that implements the following game, in which the computer will:...
Questions
question
Mathematics, 05.05.2021 08:10
question
English, 05.05.2021 08:10
question
Mathematics, 05.05.2021 08:10
question
Geography, 05.05.2021 08:10