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 |
---|---|---|---|---|
2052. | Cal (calr88) | 38.33 | 96.6% | 2023-11-18 |
2053. | Yondaime Hokage (yondaimeho... | 38.31 | 92% | 2024-12-12 |
2054. | zedd (zeldld) | 38.30 | 92% | 2024-11-09 |
2055. | Jenny (jenueyzzz) | 38.30 | 98% | 2024-07-18 |
2056. | adarshdhital007 (adarshdhit... | 38.26 | 92% | 2023-05-24 |
2057. | 3isa 7ayaty (yal3ab) | 38.26 | 91% | 2023-05-28 |
2058. | PAWAN (pa_w_an) | 38.23 | 94% | 2023-05-22 |
2059. | some day (hatia_34534234) | 38.22 | 95% | 2023-07-04 |
2060. | FrostyInfinitum (frostyinfi... | 38.21 | 94% | 2023-08-10 |
2061. | Yuu (yuu000) | 38.20 | 94% | 2023-06-05 |
2062. | big martha (thisguywhowas) | 38.16 | 95% | 2023-07-10 |
2063. | wow (omfg__) | 38.13 | 96% | 2024-08-07 |
2064. | Puho (puho_op) | 38.12 | 92% | 2023-06-10 |
2065. | snixira (snixira) | 38.09 | 96% | 2024-01-10 |
2066. | Andrey (octoboar) | 38.08 | 98% | 2020-11-20 |
2067. | Sugeeth (sugeeth14) | 38.08 | 95% | 2023-07-24 |
2068. | RISKUUU!!U!U (riskian) | 38.07 | 91.7% | 2024-12-04 |
2069. | Ricardo (kvalcanti) | 38.04 | 85% | 2012-12-19 |
2070. | Buggy (bugssey) | 38.02 | 95% | 2023-12-09 |
2071. | Hieu (zenmonk) | 37.99 | 93% | 2011-07-12 |
2072. | Drew (eyitsdrew) | 37.99 | 94% | 2023-11-05 |
2073. | z80 (zilogz80) | 37.98 | 99.4% | 2023-12-01 |
2074. | Yan (gopnikls) | 37.97 | 96% | 2025-03-13 |
2075. | Chanelle (nelle_son) | 37.95 | 96% | 2023-07-09 |
2076. | Camille (camillezajac) | 37.94 | 94.9% | 2021-02-01 |
2077. | Fouad (fzark) | 37.93 | 93% | 2023-07-11 |
2078. | Johan (joennelito) | 37.89 | 98% | 2017-08-25 |
2079. | Sky (skydoesfor) | 37.89 | 92% | 2023-06-28 |
2080. | eric (strokes1979) | 37.88 | 93% | 2016-05-04 |
2081. | I miss her (shivam30072001) | 37.88 | 95% | 2023-08-17 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 8,407 | 48.93 | December 5, 2009 |
Default (English) | 5 | 73.26 | December 24, 2008 |