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 |
---|---|---|---|---|
502. | Angus (mr_angoose) | 60.75 | 97.4% | 2024-10-08 |
503. | yayeet (repmal) | 60.74 | 96% | 2018-11-18 |
504. | mtk (mdtareque) | 60.62 | 98% | 2022-12-18 |
505. | Skraber (vilfred) | 60.62 | 97% | 2025-07-31 |
506. | eysvar (eysvar) | 60.59 | 96% | 2023-11-22 |
507. | Raju (rajiun_) | 60.58 | 98% | 2024-10-22 |
508. | Per (dubgeiser) | 60.57 | 97.4% | 2025-01-06 |
509. | Jason (jconstam) | 60.51 | 96% | 2024-04-30 |
510. | kranberrry (krvnberry) | 60.42 | 94% | 2023-12-04 |
511. | Bryan Bolang (bryan_bolang) | 60.41 | 94% | 2023-09-15 |
512. | Sumit Prasad (beyonderr) | 60.38 | 98% | 2022-03-09 |
513. | twerkteam (mtwest64) | 60.34 | 95% | 2023-08-08 |
514. | no sweat (anduatm) | 60.32 | 95% | 2023-10-23 |
515. | cough cough (rizwan234) | 60.31 | 98% | 2023-07-12 |
516. | j (jacblo) | 60.29 | 95% | 2023-05-30 |
517. | aryan (aryan11) | 60.24 | 96% | 2023-08-09 |
518. | Yi-Fan (bioniclezx) | 60.23 | 98% | 2022-06-03 |
519. | Johnny Sins (sins621) | 60.23 | 97% | 2024-12-11 |
520. | Evilenx (evilenx) | 60.21 | 94% | 2025-03-10 |
521. | TheBossOfTheBoss (thebossof... | 60.20 | 95% | 2023-07-08 |
522. | anya (monarchunder) | 60.06 | 96% | 2024-05-30 |
523. | Nate (haploeco) | 60.02 | 98% | 2023-07-11 |
524. | starscraping (vanan) | 60.02 | 96% | 2023-06-10 |
525. | Esteban (dworak) | 59.98 | 93% | 2024-05-12 |
526. | Jawahir (jawa_481) | 59.97 | 95.9% | 2023-11-07 |
527. | notpvs (notpvs) | 59.95 | 93% | 2025-04-15 |
528. | seven (seven_mark) | 59.94 | 98% | 2024-10-09 |
529. | Carlos (calexs) | 59.88 | 95% | 2023-12-21 |
530. | johnny (porkmania) | 59.78 | 95% | 2023-01-31 |
531. | 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 |