Text race history for police (styrofoam)

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
158 2019-01-27 23:19:47 88.22 97%
134 2018-11-02 17:24:49 89.87 98%
115 2018-11-01 18:25:38 85.01 97%
61 2018-10-31 23:43:49 76.33 95%
39 2018-10-31 19:53:52 75.68 98%
23 2018-10-31 17:23:44 75.23 96%
11 2018-10-31 04:29:04 70.64 95%