Text race history for samiraarancibia (samiraarancibia123426)

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
153 2025-06-30 01:45:52 36.98 94%
145 2025-06-30 01:23:33 31.81 92%
91 2025-06-16 12:26:12 25.42 91%
74 2025-06-05 15:25:08 25.53 93%
71 2025-06-05 15:17:15 24.51 93%