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 |
|---|---|---|---|---|
| 541. | Esteban (dworak) | 59.98 | 93% | 2024-05-12 |
| 542. | Jawahir (jawa_481) | 59.97 | 95.9% | 2023-11-07 |
| 543. | notpvs (notpvs) | 59.95 | 93% | 2025-04-15 |
| 544. | seven (seven_mark) | 59.94 | 98% | 2024-10-09 |
| 545. | Carlos (calexs) | 59.88 | 95% | 2023-12-21 |
| 546. | johnny (porkmania) | 59.78 | 95% | 2023-01-31 |
| 547. | Godrod (god_of_rods) | 59.75 | 98% | 2023-07-08 |
| 548. | Akira_13 (akira_1313) | 59.73 | 96% | 2024-02-20 |
| 549. | Lily (accuracy) (hairdome) | 59.70 | 98% | 2023-10-16 |
| 550. | BauerOG (bauseog) | 59.70 | 95% | 2024-12-03 |
| 551. | ButterflyDNS (butterflydns) | 59.69 | 96% | 2023-08-07 |
| 552. | BbqTyper (bbqtyper) | 59.68 | 94% | 2025-05-08 |
| 553. | im SLOW (yashkumar0) | 59.56 | 97.3% | 2023-10-12 |
| 554. | h (vondo28) | 59.49 | 95% | 2024-11-05 |
| 555. | najeeb (abdulnajeeb3) | 59.47 | 96% | 2023-09-03 |
| 556. | Yashwanth (yashspeedy) | 59.46 | 96% | 2023-08-06 |
| 557. | naxys (razumikhin) | 59.39 | 96.7% | 2025-01-15 |
| 558. | jym (jjimjjam) | 59.34 | 98% | 2023-06-01 |
| 559. | Yuma (el_yuma) | 59.31 | 97.2% | 2025-01-17 |
| 560. | Yusuf Kasim Temel (sergujest) | 59.28 | 98% | 2024-09-16 |
| 561. | (elijahmercado2531) | 59.27 | 96% | 2023-06-03 |
| 562. | Robert (nforcer) | 59.26 | 97% | 2023-06-08 |
| 563. | Wacky (wackyrio) | 59.26 | 96% | 2024-07-17 |
| 564. | NorthernNinja (northernninj... | 59.25 | 95% | 2023-06-22 |
| 565. | iwl (williayam) | 59.21 | 97% | 2023-08-11 |
| 566. | Safi (_safi_) | 59.16 | 95% | 2023-05-28 |
| 567. | idk man (ithatme) | 59.13 | 95% | 2023-05-20 |
| 568. | Andrew (tea2024) | 59.07 | 97% | 2024-05-01 |
| 569. | JG (j32587) | 59.07 | 95.5% | 2025-01-11 |
| 570. | Dog (wtfisthatheck) | 59.02 | 97% | 2023-10-31 |
| Universe | Races | Average WPM | First Race |
|---|---|---|---|
| Coder Edition | 6,022 | 59.33 | October 3, 2018 |