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 |
|---|---|---|---|
| 71 | 2024-05-01 23:47:22 | 62.93 | 96.5% |
| 55 | 2024-04-23 06:42:55 | 44.51 | 96% |
| 48 | 2024-04-21 08:33:16 | 52.35 | 97.5% |
| 43 | 2024-04-21 04:27:55 | 57.32 | 95% |
| 39 | 2024-04-17 00:20:01 | 62.76 | 98.1% |
| 32 | 2024-03-28 03:18:50 | 63.70 | 96.9% |
| 31 | 2024-03-25 04:43:45 | 68.44 | 98.4% |
| 19 | 2023-08-20 15:10:22 | 64.37 | 96.9% |
| 10 | 2023-08-02 18:46:01 | 58.56 | 97.3% |