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 |
|---|---|---|---|---|
| 2025. | Honey (honey_1411) | 22.95 | 90% | 2025-10-29 |
| 2026. | Nico (nicovaz) | 22.82 | 99% | 2023-08-11 |
| 2027. | Sensei (senseitre) | 22.77 | 90% | 2025-03-30 |
| 2028. | zo (zozo_10) | 22.74 | 94% | 2024-08-10 |
| 2029. | wkn1 (wkn1) | 22.68 | 88% | 2024-11-20 |
| 2030. | love (love1123) | 22.68 | 95% | 2023-06-07 |
| 2031. | Rohan (rohan123477) | 21.89 | 92% | 2024-10-29 |
| 2032. | Tim (kralti) | 21.74 | 95% | 2025-01-20 |
| 2033. | Aaliya (aaliya777) | 21.64 | 95% | 2023-06-14 |
| 2034. | lluis (lluissuros) | 21.30 | 92.1% | 2024-01-31 |
| 2035. | Alif Sha (typerzz345) | 21.09 | 94% | 2023-06-14 |
| 2036. | Priyanka (priyanka8650) | 21.06 | 95% | 2024-06-02 |
| 2037. | PrinceZox (princezox) | 20.96 | 93% | 2023-05-30 |
| 2038. | 3r0x (eray1234) | 20.91 | 91% | 2023-12-15 |
| 2039. | Nirro (nirro) | 20.78 | 90% | 2024-02-17 |
| 2040. | Leonardo Espada (leonardo_e... | 20.76 | 90% | 2025-09-10 |
| 2041. | Matthew (shorent) | 20.72 | 88% | 2022-11-04 |
| 2042. | Yujii (yuji_i) | 20.72 | 90% | 2024-09-18 |
| 2043. | porfiriomarquez (porfirioma... | 20.59 | 95% | 2025-06-11 |
| 2044. | BrayanCoaquiraCruz (brayanc... | 20.34 | 89% | 2025-09-10 |
| 2045. | Pyjalal (pyjalal) | 20.30 | 91.8% | 2024-09-12 |
| 2046. | Tyler (treymanthe) | 20.29 | 92% | 2023-11-14 |
| 2047. | sinatoki (sinatoki) | 20.27 | 92% | 2025-02-12 |
| 2048. | ViXP (vixp_1) | 20.26 | 93% | 2024-04-07 |
| 2049. | sajid kassar (sajidkassar8783) | 20.07 | 93% | 2024-04-09 |
| 2050. | Kipkirui (iurik34_themah) | 19.81 | 93% | 2023-12-16 |
| 2051. | hadil (hadil_pie) | 19.73 | 94% | 2024-08-22 |
| 2052. | Vrushabh Hirap (vrushabh_9981) | 19.67 | 92% | 2023-07-19 |
| 2053. | t yszm (closets) | 19.64 | 94% | 2023-10-06 |
| 2054. | Abhi :) (a_bhi) | 19.61 | 93.5% | 2023-12-13 |
| Universe | Races | Average WPM | First Race |
|---|---|---|---|
| Coder Edition | 6,022 | 59.33 | October 3, 2018 |