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 |
|---|---|---|---|---|
| 517. | Angus (mr_angoose) | 60.75 | 97.4% | 2024-10-08 |
| 518. | yayeet (repmal) | 60.74 | 96% | 2018-11-18 |
| 519. | mtk (mdtareque) | 60.62 | 98% | 2022-12-18 |
| 520. | Skraber (vilfred) | 60.62 | 97% | 2025-07-31 |
| 521. | eysvar (eysvar) | 60.59 | 96% | 2023-11-22 |
| 522. | Raju (rajiun_) | 60.58 | 98% | 2024-10-22 |
| 523. | Per (dubgeiser) | 60.57 | 97.4% | 2025-01-06 |
| 524. | Jason (jconstam) | 60.51 | 96% | 2024-04-30 |
| 525. | kranberrry (krvnberry) | 60.42 | 94% | 2023-12-04 |
| 526. | Bryan Bolang (bryan_bolang) | 60.41 | 94% | 2023-09-15 |
| 527. | Sumit Prasad (beyonderr) | 60.38 | 98% | 2022-03-09 |
| 528. | twerkteam (mtwest64) | 60.34 | 95% | 2023-08-08 |
| 529. | no sweat (anduatm) | 60.32 | 95% | 2023-10-23 |
| 530. | cough cough (rizwan234) | 60.31 | 98% | 2023-07-12 |
| 531. | j (jacblo) | 60.29 | 95% | 2023-05-30 |
| 532. | aryan (aryan11) | 60.24 | 96% | 2023-08-09 |
| 533. | Yi-Fan (bioniclezx) | 60.23 | 98% | 2022-06-03 |
| 534. | Johnny Sins (sins621) | 60.23 | 97% | 2024-12-11 |
| 535. | Evilenx (evilenx) | 60.21 | 94% | 2025-03-10 |
| 536. | TheBossOfTheBoss (thebossof... | 60.20 | 95% | 2023-07-08 |
| 537. | anya (monarchunder) | 60.06 | 96% | 2024-05-30 |
| 538. | Nate (haploeco) | 60.02 | 98% | 2023-07-11 |
| 539. | starscraping (vanan) | 60.02 | 96% | 2023-06-10 |
| 540. | Esteban (dworak) | 59.98 | 93% | 2024-05-12 |
| 541. | Jawahir (jawa_481) | 59.97 | 95.9% | 2023-11-07 |
| 542. | notpvs (notpvs) | 59.95 | 93% | 2025-04-15 |
| 543. | seven (seven_mark) | 59.94 | 98% | 2024-10-09 |
| 544. | Carlos (calexs) | 59.88 | 95% | 2023-12-21 |
| 545. | johnny (porkmania) | 59.78 | 95% | 2023-01-31 |
| 546. | Godrod (god_of_rods) | 59.75 | 98% | 2023-07-08 |
| Universe | Races | Average WPM | First Race |
|---|---|---|---|
| Coder Edition | 6,022 | 59.33 | October 3, 2018 |