Untitled
unknown
plain_text
a year ago
228 B
3
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