Untitled

Anonymous
plain_text
11/20/2023 6:38 PM
304 B
13
Indexable
import random

start = 1

end = 100

guess = (start+end)//2
secret = random.randint(1,100)
answer = ''

print ("Think of a number between 1-100, and I'll guess it!")

guess = int(input("Ummmm... I guess", guess))

Editor is loading...
Leave a Comment