Text race history for ethan (asdf2552)

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
152 2025-11-19 19:40:35 40.80 97%
128 2025-11-08 19:11:27 45.77 99%
113 2025-11-08 18:44:16 47.47 97%
73 2025-07-05 02:30:05 41.92 97%
51 2025-07-03 21:54:26 41.88 97%
48 2025-07-03 21:48:43 40.69 97%
34 2025-06-28 23:57:04 40.24 98%
3 2025-06-04 20:05:33 31.91 96%