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 |
---|---|---|---|
227 | 2025-04-14 15:59:23 | 44.54 | 96.3% |
203 | 2025-02-23 17:53:25 | 43.32 | 97.2% |
174 | 2024-12-17 17:12:04 | 45.87 | 96.4% |
156 | 2024-11-07 16:54:18 | 36.67 | 95.8% |
120 | 2024-08-04 18:03:47 | 38.49 | 95.2% |
119 | 2024-08-03 16:45:09 | 43.10 | 96% |
98 | 2024-07-13 17:50:13 | 41.61 | 97.1% |
82 | 2024-06-19 15:30:28 | 38.79 | 95.1% |
52 | 2024-05-06 13:38:54 | 40.93 | 96.7% |
31 | 2024-03-26 13:40:05 | 35.22 | 93.6% |