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 |
---|---|---|---|---|
584. | Anna (slewa) | 56.61 | 97% | 2022-05-12 |
585. | yong (topcool) | 56.58 | 97% | 2023-06-25 |
586. | Chinguun (zzzchinguun) | 56.51 | 97.1% | 2024-10-15 |
587. | Ryan (ryan_soh) | 56.50 | 95% | 2024-05-21 |
588. | JettDiff (jettdifff) | 56.47 | 96% | 2023-07-24 |
589. | Chayen (chayen) | 56.43 | 96% | 2023-11-13 |
590. | Hadler (hadler) | 56.40 | 97% | 2023-06-15 |
591. | Edd (eddtyperacer) | 56.40 | 96% | 2025-03-15 |
592. | Aaron (enozoi) | 56.30 | 96.4% | 2023-10-14 |
593. | Junji (mochi_with_shoyu) | 56.26 | 97% | 2024-09-26 |
594. | UncaughtException (jotailang) | 56.24 | 94% | 2023-10-16 |
595. | Victor Levitskiy (victorlev01) | 56.22 | 97.4% | 2024-03-27 |
596. | Luke (lukedieleman) | 56.20 | 94.7% | 2024-01-25 |
597. | Yannick (yannick_704) | 56.10 | 97% | 2024-08-27 |
598. | Tara (tarabryn) | 56.06 | 98.9% | 2024-02-11 |
599. | Fealing (typistboy) | 55.97 | 95% | 2022-07-07 |
600. | Mohamad (mohamadasghari) | 55.96 | 96% | 2022-02-04 |
601. | ViktorT (vitr_88) | 55.86 | 97.2% | 2024-04-23 |
602. | tactics8805 (ntmtyper) | 55.86 | 96.3% | 2024-08-11 |
603. | DDP (ddpgaming) | 55.84 | 94% | 2024-02-17 |
604. | Alan (alanrizky) | 55.79 | 95% | 2023-05-30 |
605. | XxTyp1ngG0DxX (merklinn) | 55.75 | 96% | 2023-07-03 |
606. | DX3906 (dx3906) | 55.70 | 96% | 2023-08-20 |
607. | David (davidcaron) | 55.60 | 97% | 2022-11-02 |
608. | JIIC (jiic) | 55.59 | 96% | 2023-01-04 |
609. | Kurisu (kurisu_makise) | 55.55 | 96% | 2024-12-15 |
610. | WannaSEEmore? (just_abu) | 55.54 | 95% | 2023-05-22 |
611. | tsds (tsds) | 55.54 | 96% | 2021-09-18 |
612. | andreas (ansloge) | 55.46 | 96% | 2023-09-12 |
613. | Eugene (ewyxus) | 55.44 | 96% | 2023-06-22 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 6,022 | 59.33 | October 3, 2018 |