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 |
---|---|---|---|
135 | 2019-06-11 10:37:49 | 31.01 | 97% |
125 | 2019-05-20 05:34:30 | 29.94 | 97% |
114 | 2019-05-19 16:36:15 | 30.02 | 96% |
69 | 2019-05-17 14:00:06 | 26.40 | 97% |
59 | 2019-05-17 09:30:25 | 28.74 | 98% |
57 | 2019-05-17 09:26:31 | 28.78 | 97% |
38 | 2019-05-17 08:00:08 | 27.48 | 97% |
24 | 2019-05-16 10:34:44 | 29.04 | 99% |
9 | 2019-05-16 09:08:58 | 27.48 | 98% |
2 | 2019-05-16 08:36:49 | 24.47 | 96% |