Text race history for Ajos (ajos6969)

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
38 2023-08-21 18:03:55 29.69 94.2%
34 2023-08-21 17:54:42 37.74 96.2%
29 2023-08-21 17:40:43 33.46 96.4%
18 2023-08-13 13:43:55 36.99 97.1%
16 2023-08-13 13:39:15 32.34 95.1%
15 2023-08-13 13:36:47 30.08 95.4%
8 2023-08-11 17:35:57 28.39 94.7%