Text race history for hack89 (hack89)

Back to text analysis page

import random n = random.randint(1, 99) guess = int(raw_input("Enter an integer from 1 to 99: ")) while n != "guess": print if guess < n: print "guess is low" guess = int(raw_input("Enter an integer from 1 to 99: ")) elif guess > n: print "guess is high" guess = int(raw_input("Enter an integer from 1 to 99: ")) else: print "you guessed it!" break print

Game Time WPM Accuracy
31 2022-05-10 20:22:07 45.89 96%
19 2022-01-31 01:31:11 49.03 98%
11 2022-01-07 00:15:48 46.09 96%
7 2022-01-06 01:21:48 43.02 95%