Text race history for Logan Hays (loganhays)

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
29 2025-02-23 23:12:29 39.05 95.9%
24 2025-02-23 20:42:19 47.02 98.4%
14 2025-02-23 19:40:10 43.69 97.4%