Text race history for Isaac (ctrl_sea)

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
72 2023-08-13 13:38:45 42.15 94.5%
64 2023-08-13 12:39:24 42.33 93.7%
63 2023-08-12 04:48:13 37.11 91.6%
55 2023-08-12 04:31:28 35.17 92.2%
44 2023-08-12 04:06:29 32.21 92%