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 |
---|---|---|---|
197 | 2025-05-05 15:56:13 | 60.63 | 95% |
155 | 2025-05-01 14:06:52 | 61.18 | 96% |
140 | 2025-04-30 11:55:35 | 59.19 | 97% |
102 | 2025-04-18 21:58:55 | 60.34 | 98% |
60 | 2025-04-15 22:01:21 | 61.86 | 96% |
52 | 2025-04-15 21:48:18 | 67.97 | 98% |
33 | 2025-04-12 16:24:02 | 63.69 | 97% |
24 | 2025-04-12 16:12:29 | 58.97 | 97% |
23 | 2025-04-12 16:10:56 | 52.57 | 96% |
10 | 2025-04-08 19:46:27 | 51.02 | 95% |