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 |
---|---|---|---|---|
609. | 🤔 (akixuu) | 61.71 | 95% | 2024-03-20 |
610. | wang (chfvon) | 61.70 | 98% | 2024-03-07 |
611. | Joshua (joshuawn) | 61.69 | — | 2011-02-22 |
612. | mechanical (mechanical650) | 61.61 | 95% | 2018-03-09 |
613. | (mitchellwu076) | 61.58 | 96% | 2020-12-01 |
614. | Robochu (robochu) | 61.57 | 96% | 2023-07-22 |
615. | nmyo (nmyo) | 61.52 | 96% | 2018-01-08 |
616. | Lupi (thedogz) | 61.46 | 97% | 2024-03-13 |
617. | Edwin (xsho123) | 61.42 | 99% | 2012-08-26 |
618. | mm2325 (moinl) | 61.42 | 99% | 2024-06-01 |
619. | harshit (harshit712) | 61.37 | 98% | 2023-04-14 |
620. | BauerOG (bauseog) | 61.36 | 97% | 2024-12-03 |
621. | Horace (chillee) | 61.28 | 94% | 2016-09-25 |
622. | Robert (nforcer) | 61.28 | 99% | 2023-06-09 |
623. | صبر (morocco01) | 61.26 | 93% | 2023-07-29 |
624. | Yi-Fan (bioniclezx) | 61.25 | 97% | 2022-06-03 |
625. | Quintium (quintium) | 61.21 | 96% | 2025-05-22 |
626. | Daniel (siichotic) | 61.17 | 94% | 2020-09-08 |
627. | Yoho (idlewin) | 61.15 | 100% | 2023-12-22 |
628. | stoney456 (stoney456) | 61.15 | 97% | 2025-04-10 |
629. | Brandon (unisykolist) | 61.08 | 95% | 2015-07-23 |
630. | Mike (kelinu) | 61.07 | 97% | 2012-06-28 |
631. | fastpotion (fastpotion) | 61.04 | 97% | 2024-02-17 |
632. | 2 (2getter) | 61.02 | — | 2011-01-30 |
633. | francisco (franciscolopezsa... | 61.01 | 99% | 2021-12-13 |
634. | someghost (someghost) | 60.96 | 96% | 2014-03-07 |
635. | Fritzchen (fritzchen) | 60.91 | 97.6% | 2023-12-25 |
636. | MySpaceBarIsBroken (kanto) | 60.87 | 94% | 2018-08-04 |
637. | Yuma (el_yuma) | 60.86 | 97% | 2025-01-27 |
638. | Diaresta (diaresta) | 60.81 | 95% | 2023-06-19 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 8,407 | 48.93 | December 5, 2009 |
Default (English) | 5 | 73.26 | December 24, 2008 |