Text race history for Bennett (bnnttnwhk)

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
89 2021-11-20 16:01:08 55.04 97%
86 2021-11-16 17:27:21 53.06 97%
74 2021-11-16 17:02:11 48.24 95%
57 2021-11-16 16:31:03 49.27 96%
18 2021-11-15 18:15:14 41.29 95%
16 2021-11-15 18:11:47 45.10 94%