import os import sys def run(program, *args): pid = os.fork() if not pid: os.execvp(program, program + args) return os.wait()[0] run("python", "hello.py")
—from Python Standard Library Book, a software by Fredrik Lundh
Active since December 5, 2009.
154 total characters in this text.
View Pit Stop page for this text
Rank | Username | WPM | Accuracy | Date |
---|---|---|---|---|
492. | N (nadeemoidu) | 64.87 | 97% | 2012-03-02 |
493. | ℮ (nicepal) | 64.86 | 98% | 2021-05-25 |
494. | TYPING INSTITUTE CHHINDWARA... | 64.86 | 95% | 2024-02-16 |
495. | nara (naraaa) | 64.84 | 98% | 2024-02-29 |
496. | Kevin (kchoy) | 64.83 | 95% | 2013-08-13 |
497. | Lol (dctrsavage) | 64.81 | 99% | 2024-04-10 |
498. | Mark (markazhang) | 64.77 | 92% | 2013-08-22 |
499. | Vashista (vashista) | 64.77 | 98% | 2024-09-18 |
500. | Tranquility (secondarily) | 64.75 | 90% | 2012-06-25 |
501. | Jake (startler03) | 64.75 | 95.2% | 2024-08-26 |
502. | Genaro (tamemister) | 64.63 | 97% | 2015-01-26 |
503. | Brian (briantang) | 64.57 | 97% | 2023-05-23 |
504. | Diéssica (diessicagurskas) | 64.56 | 84% | 2013-01-21 |
505. | Thomas (guestfast) | 64.56 | 94% | 2015-04-16 |
506. | (peaceinchrist) | 64.53 | 95% | 2022-03-27 |
507. | mehrheit (mehrheit) | 64.50 | 97% | 2012-10-24 |
508. | Andrei (sobercheg) | 64.42 | — | 2011-02-02 |
509. | Jake (jmill1125) | 64.38 | 98% | 2024-11-20 |
510. | aux frelemeu (auxfree) | 64.37 | 97% | 2023-04-12 |
511. | Jacob (jystringfellow) | 64.37 | 100% | 2024-01-19 |
512. | Long Double E.T. (jackje) | 64.36 | 94% | 2012-09-14 |
513. | Hobn (hobn) | 64.35 | 92% | 2015-09-06 |
514. | Vijay (vijays4404) | 64.35 | 97% | 2025-02-11 |
515. | tw0f1v3w0n (capricitor) | 64.34 | 98.2% | 2025-02-01 |
516. | Iso (isolated101) | 64.33 | 96% | 2023-07-29 |
517. | Juudge (reburm) | 64.31 | 97% | 2012-07-17 |
518. | Marshall (mmmooore) | 64.30 | 96% | 2019-12-11 |
519. | kalaset (kalaset) | 64.28 | 98% | 2013-12-19 |
520. | Teddy (deimondb) | 64.28 | 95% | 2013-12-19 |
521. | Amos (amosbird) | 64.26 | 98% | 2017-09-05 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 8,407 | 48.93 | December 5, 2009 |
Default (English) | 5 | 73.26 | December 24, 2008 |