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
—from Guessing Game, a other by www.pythonforbeginners.com
Active since October 3, 2018.
388 total characters in this text.
View Pit Stop page for this text
| Rank | Username | WPM | Accuracy | Date |
|---|---|---|---|---|
| 1283. | Ayden (agentaydey) | 41.14 | 95% | 2023-08-26 |
| 1284. | Aiko (aiko_1) | 41.08 | 94% | 2023-08-16 |
| 1285. | Ivan (sakhman) | 41.07 | 94% | 2023-09-20 |
| 1286. | Ray (rebirth_21) | 41.05 | 96% | 2024-01-14 |
| 1287. | fastBoi (nyom_boi) | 41.01 | 95% | 2024-05-06 |
| 1288. | KEN (kent_type) | 40.96 | 95.8% | 2023-08-19 |
| 1289. | Drowning (kobisherm) | 40.96 | 96% | 2023-06-07 |
| 1290. | Fryyed (fryyedup) | 40.95 | 94% | 2023-09-28 |
| 1291. | Edward (hellogachip) | 40.94 | 96% | 2024-02-14 |
| 1292. | Binup (binup) | 40.93 | 95% | 2023-06-26 |
| 1293. | math struggler (munckey) | 40.89 | 94% | 2023-06-02 |
| 1294. | ashok (ashokkasi) | 40.84 | 97% | 2021-11-17 |
| 1295. | emna (emnasferrari) | 40.84 | 95% | 2024-05-04 |
| 1296. | Mansur (thehumaun) | 40.83 | 96% | 2024-07-01 |
| 1297. | Louis (louismarlane) | 40.82 | 95% | 2024-10-04 |
| 1298. | Arnold (arnoldaguila04) | 40.81 | 96% | 2024-03-22 |
| 1299. | Type (typeracer_0) | 40.79 | 97% | 2023-12-14 |
| 1300. | kamen (leoloveslea) | 40.73 | 96% | 2023-11-19 |
| 1301. | Aalok (aaloksapkota) | 40.73 | 94% | 2024-03-19 |
| 1302. | CodeMasterRobby (robbyspark) | 40.71 | 92% | 2023-10-31 |
| 1303. | caesura (hiddencaesura) | 40.71 | 96% | 2023-01-26 |
| 1304. | Preet (pr33t) | 40.67 | 91% | 2023-07-19 |
| 1305. | Elemental (elementalscar) | 40.65 | 95% | 2024-08-17 |
| 1306. | miko (luk4szm) | 40.63 | 93% | 2023-07-13 |
| 1307. | Sporak (cheeseballoon) | 40.63 | 95% | 2025-06-02 |
| 1308. | Mary (fufu778) | 40.56 | 96% | 2024-07-26 |
| 1309. | Gerar Quispe (gquispe) | 40.56 | 97% | 2025-06-01 |
| 1310. | ItsOKayCZ (itsokaycz) | 40.55 | 91% | 2023-08-05 |
| 1311. | Celokomeu (celokomeu) | 40.52 | 95% | 2024-06-17 |
| 1312. | Jevon (rhuta) | 40.51 | 95% | 2025-05-28 |
| Universe | Races | Average WPM | First Race |
|---|---|---|---|
| Coder Edition | 6,022 | 59.33 | October 3, 2018 |