Untitled
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))
Leave a Comment
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))