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 |
---|---|---|---|---|
2830. | Kirsty (k1rsty) | 27.51 | 94% | 2011-05-20 |
2831. | Lara (lalystando) | 27.50 | 92% | 2024-03-13 |
2832. | Rajesh Jangid (rajesh_11) | 27.48 | 94.3% | 2024-10-17 |
2833. | Kassidy (kassidy_b) | 27.45 | 93% | 2023-09-26 |
2834. | YIfu Rong (yifu_r) | 27.45 | 94% | 2024-08-02 |
2835. | Ali (fake051103) | 27.44 | 92% | 2024-02-25 |
2836. | Nabin (nabineo) | 27.42 | 93% | 2020-03-23 |
2837. | uruma (almg) | 27.41 | 91% | 2025-06-06 |
2838. | AnozMC (anozmc) | 27.40 | 94% | 2023-07-05 |
2839. | Rachel (rachel30ann) | 27.40 | 96% | 2024-08-24 |
2840. | thali cantik (nathalia97) | 27.40 | 94% | 2023-08-01 |
2841. | Ragil (ragilr_) | 27.39 | 93% | 2018-03-26 |
2842. | D Leek (d_leek) | 27.38 | 91% | 2024-08-28 |
2843. | Carlos (motumbo) | 27.37 | 87% | 2011-10-02 |
2844. | Chelsea (disreputabledog) | 27.36 | 89% | 2016-05-19 |
2845. | Dara (kelly301) | 27.34 | 96% | 2024-07-17 |
2846. | Carter (integritytester) | 27.32 | 95% | 2017-09-22 |
2847. | Beginner (nitin_kushwah) | 27.31 | 93% | 2025-07-12 |
2848. | mano cb1 (sem cheater) (che... | 27.29 | — | 2011-04-16 |
2849. | Lazier (lazier_123) | 27.25 | 93% | 2024-12-09 |
2850. | Shishir S Arvety (shishir_s) | 27.24 | 93% | 2023-05-24 |
2851. | GAB (_leynx) | 27.23 | 89.9% | 2023-10-24 |
2852. | syna (syna51) | 27.23 | 94% | 2024-08-22 |
2853. | Vaibhav (vaibhav2740) | 27.23 | 97% | 2023-07-20 |
2854. | Akshay (akshayakku_05) | 27.19 | 92% | 2025-04-18 |
2855. | dave (shalomski) | 27.17 | 95% | 2023-06-06 |
2856. | shoooosh (sh00sh) | 27.16 | 96% | 2024-05-27 |
2857. | Livin (livin_justin) | 27.15 | 91% | 2025-04-17 |
2858. | Alvaro Moyata (tocsky) | 27.06 | 96.4% | 2025-06-06 |
2859. | somebody (somebody_nit) | 27.05 | 96% | 2023-08-03 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 8,407 | 48.93 | December 5, 2009 |
Default (English) | 5 | 73.26 | December 24, 2008 |