Does anyone know how to write a program in Python in three lines that guesses a number in 7 attempts?
I want to write a program in Python that guesses a given number in seven attempts. If possible, it should be written in three lines of code. If that's not possible, more lines of code are also possible.
Compressed:
Just describe how you can imagine. For example, with an example, such as the input or It should look like output. I do not understand what the programme is to do with your description.
Because… if you enter the number, the program knows the number. The program doesn’t need to guess.
I mean, where the program always asks a question about the number and then, in the end, gives me the number
Something like that?
Example flow for the imaginary number 36…
It should be possible to program this in 3 lines. That would be quite long lines, and it will be very confusing. Believe me, you don’t want to have it in 3 lines.
Comment:
Three numbers code? What are you dreaming about?
Here’s a code that performs what you’re looking for my understanding. Let it go and give me feedback if it was what you were looking for.
def rate_number():
print(“Determine a number between 1 and 100. I will guess them in a maximum of 7 attempts!”)
Low = 1
high = 100
= 0
while try < 7:
+= 1
rate test = (low + high) // 2
print(f)Examination {try}: Is it {rate attempt}?”)
Answer = input(“Antwort (too small / too big / correct): “).lower()
if answer == “right”:
print(f)Juhu! I guessed the number in {try} attempts.”
break
elif answer == “too small”:
low = rate test + 1
elif answer == “too large”:
high = rate test – 1
other:
print(“Invalid answer. Please answer ‘too small’, ‘too big’ or ‘right’.”)
if try ==7 and answer != “right”:
print(“Oh no! I could not guess the number in 7 attempts.”
# Start the game
rate_number()