Untitled
unknown
plain_text
2 years ago
228 B
8
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