Text race history for Hau (hauhauh)

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
33 2023-04-21 07:14:14 61.96 96%
31 2023-01-01 10:34:51 58.80 97%
28 2022-09-06 04:44:10 50.26 96%
23 2021-09-11 08:55:03 40.34 96%
14 2021-08-16 08:30:17 26.28 93%
13 2021-08-16 07:25:52 29.61 95%
9 2021-08-15 19:06:56 26.05 95%
8 2021-08-15 18:52:32 26.67 95%