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 |
---|---|---|---|---|
606. | Megan (meganmca4) | 61.98 | 96% | 2024-08-02 |
607. | Michael (playtrumpet) | 61.93 | — | 2011-04-05 |
608. | Fito (fitotoledano1) | 61.93 | 97% | 2023-08-22 |
609. | Ja (zentojamorn) | 61.90 | 98% | 2021-10-14 |
610. | account deleted (concurrent) | 61.89 | 97% | 2020-04-18 |
611. | Marco (mackingbird) | 61.86 | 98% | 2025-04-30 |
612. | ok (yell0w_banana) | 61.83 | 96% | 2023-10-09 |
613. | Justin (psyframelordomega) | 61.74 | 93% | 2017-05-28 |
614. | 🤔 (akixuu) | 61.71 | 95% | 2024-03-20 |
615. | wang (chfvon) | 61.70 | 98% | 2024-03-07 |
616. | Joshua (joshuawn) | 61.69 | — | 2011-02-22 |
617. | mechanical (mechanical650) | 61.61 | 95% | 2018-03-09 |
618. | (mitchellwu076) | 61.58 | 96% | 2020-12-01 |
619. | Robochu (robochu) | 61.57 | 96% | 2023-07-22 |
620. | nmyo (nmyo) | 61.52 | 96% | 2018-01-08 |
621. | Lupi (thedogz) | 61.46 | 97% | 2024-03-13 |
622. | Edwin (xsho123) | 61.42 | 99% | 2012-08-26 |
623. | mm2325 (moinl) | 61.42 | 99% | 2024-06-01 |
624. | harshit (harshit712) | 61.37 | 98% | 2023-04-14 |
625. | BauerOG (bauseog) | 61.36 | 97% | 2024-12-03 |
626. | Horace (chillee) | 61.28 | 94% | 2016-09-25 |
627. | Robert (nforcer) | 61.28 | 99% | 2023-06-09 |
628. | صبر (morocco01) | 61.26 | 93% | 2023-07-29 |
629. | Yi-Fan (bioniclezx) | 61.25 | 97% | 2022-06-03 |
630. | Quintium (quintium) | 61.21 | 96% | 2025-05-22 |
631. | Daniel (siichotic) | 61.17 | 94% | 2020-09-08 |
632. | Yoho (idlewin) | 61.15 | 100% | 2023-12-22 |
633. | stoney456 (stoney456) | 61.15 | 97% | 2025-04-10 |
634. | Brandon (unisykolist) | 61.08 | 95% | 2015-07-23 |
635. | Mike (kelinu) | 61.07 | 97% | 2012-06-28 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 8,407 | 48.93 | December 5, 2009 |
Default (English) | 5 | 73.26 | December 24, 2008 |