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 |
|---|---|---|---|---|
| 1222. | Salam Adel (salam1800) | 42.47 | 95% | 2023-08-30 |
| 1223. | Tyler (typefast24) | 42.46 | 94.6% | 2024-09-23 |
| 1224. | Frank (frank0120) | 42.40 | 96% | 2023-10-19 |
| 1225. | Ankit Kumar (lazzy_turtle) | 42.39 | 95% | 2023-05-24 |
| 1226. | Russ (jrmtrumpet) | 42.35 | 97% | 2024-07-24 |
| 1227. | Isaac (ctrl_sea) | 42.33 | 94% | 2023-08-13 |
| 1228. | Md. Mamun (mamun_sheikh) | 42.31 | 96% | 2023-06-16 |
| 1229. | Jaxremjh (jaxremjh_1) | 42.30 | 95% | 2024-07-25 |
| 1230. | Afzal (afzal_ansari) | 42.27 | 94.9% | 2024-11-07 |
| 1231. | Shamees (shameesmanikuni) | 42.22 | 96% | 2024-08-02 |
| 1232. | Nathan (diogenes1) | 42.22 | 93.9% | 2024-09-28 |
| 1233. | Nathy (nathy23) | 42.21 | 95% | 2023-10-22 |
| 1234. | Aakib (aa_0808_) | 42.21 | 98% | 2023-09-01 |
| 1235. | Logan (ferro_majiin) | 42.21 | 93% | 2024-05-17 |
| 1236. | Connor McCoy (mccoycon000) | 42.20 | 93% | 2024-05-27 |
| 1237. | PastaSmuggler (pasta_smuggler) | 42.20 | 95.7% | 2024-09-08 |
| 1238. | proof (proof_412) | 42.19 | 95% | 2023-10-08 |
| 1239. | Calapatricio (calapatricio) | 42.19 | 94% | 2024-11-07 |
| 1240. | Shubham (pro_shrum) | 42.16 | 97% | 2023-07-27 |
| 1241. | Ashok (ashokabrother) | 42.09 | 96% | 2024-05-02 |
| 1242. | Schloemi (schloemi) | 42.06 | 90% | 2023-08-28 |
| 1243. | (star94fm) | 42.02 | 95% | 2023-06-29 |
| 1244. | C0br6 (c0br6) | 42.02 | 96% | 2025-03-10 |
| 1245. | Michael (miyotaka) | 42.01 | 96% | 2025-02-28 |
| 1246. | Daniel (dannyly021) | 42.00 | 94% | 2023-12-28 |
| 1247. | Odorless (odort) | 41.95 | 95% | 2022-01-04 |
| 1248. | Edward (edwardplayz) | 41.94 | 92% | 2023-05-24 |
| 1249. | Antonio (some1b) | 41.93 | 98% | 2023-07-24 |
| 1250. | kleeon (kleeon) | 41.91 | 95% | 2023-10-23 |
| 1251. | Yuya (kanzakiyuya) | 41.89 | 94% | 2025-03-09 |
| Universe | Races | Average WPM | First Race |
|---|---|---|---|
| Coder Edition | 6,022 | 59.33 | October 3, 2018 |