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 |
---|---|---|---|---|
294. | Alex (alexklaus) | 69.06 | 98% | 2021-09-23 |
295. | sndx (sndyb) | 69.04 | 94% | 2023-10-07 |
296. | Nazif (negative_hp) | 69.04 | 95% | 2024-11-13 |
297. | Tom (demented329) | 69.01 | 95% | 2025-02-12 |
298. | zhm (keshi_lvr) | 69.01 | 94% | 2025-01-12 |
299. | Jake (jmill1125) | 68.89 | 96% | 2024-11-20 |
300. | Kaleb (kwainright) | 68.82 | 96% | 2023-06-02 |
301. | (pastashapes) | 68.64 | 96% | 2021-08-13 |
302. | Daniel (daniel_h212) | 68.64 | 97% | 2024-10-01 |
303. | Vishal Singh Adhikari (vizz... | 68.44 | 98.4% | 2024-03-25 |
304. | Roy (scaryroy) | 68.37 | 97% | 2024-07-20 |
305. | 01 (0011111) | 68.36 | 97% | 2023-10-10 |
306. | Ibrahim (ibrahimtyper) | 68.29 | 96% | 2024-07-24 |
307. | 000 (oknotok_) | 68.22 | 95% | 2023-07-24 |
308. | Vijay (vijays4404) | 68.15 | 97% | 2025-02-11 |
309. | slacker (slackerman) | 68.14 | 99% | 2024-04-25 |
310. | rex (rexwow) | 67.89 | 96% | 2023-07-07 |
311. | (anumon6395) | 67.76 | 97% | 2024-11-09 |
312. | Caleb (camostey) | 67.72 | 97% | 2025-03-31 |
313. | diamondreflect (diamondrefl... | 67.61 | 97.6% | 2024-05-30 |
314. | Sapient (sapient) | 67.61 | 97% | 2025-02-02 |
315. | pärskis (borje) | 67.50 | 98% | 2023-08-21 |
316. | mm2325 (moinl) | 67.42 | 97% | 2024-11-06 |
317. | MrTanmaster (mrtanmaster) | 67.34 | 98% | 2024-08-13 |
318. | SockYeh (sockyeh) | 67.29 | 96% | 2023-05-22 |
319. | Petter (ph140) | 67.29 | 97% | 2024-02-26 |
320. | Amandine (amtirino) | 67.23 | 98% | 2025-04-22 |
321. | Kayega (briankayega) | 67.22 | 97% | 2024-01-26 |
322. | mariushegele (mariushegele) | 67.22 | 97% | 2024-12-31 |
323. | mairzydoats_mason (mairzydo... | 67.13 | 100% | 2020-03-28 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 6,022 | 59.33 | October 3, 2018 |