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 |
---|---|---|---|---|
2062. | Amdadul (imlak) | 37.32 | 94.1% | 2023-09-28 |
2063. | krish (krish008) | 37.28 | 94% | 2023-07-10 |
2064. | Eternal religion (youvakish... | 37.27 | 95% | 2023-06-16 |
2065. | itsmenewbie03 (itsmenewbie03) | 37.27 | 94.1% | 2024-01-22 |
2066. | Mat (mattdanerd) | 37.26 | 91% | 2024-03-20 |
2067. | Swiatoslaw (swiatoslaw) | 37.24 | 93% | 2024-06-16 |
2068. | . (ahhhhhhhhhhhhhhhhhh) | 37.23 | 92% | 2023-05-31 |
2069. | fyda was here (cthuihu) | 37.21 | 92% | 2018-06-24 |
2070. | Christian (vinnw) | 37.21 | 91% | 2023-08-22 |
2071. | julsdgreat (julsdgreat) | 37.21 | 95.5% | 2023-10-13 |
2072. | Isaac (isaac113) | 37.18 | 91% | 2016-02-11 |
2073. | Jeff (jeffpc) | 37.15 | — | 2011-02-08 |
2074. | Zoomer (somerandomkid76) | 37.11 | 95% | 2023-08-02 |
2075. | slurpslurp (slurpslurpslurp) | 37.11 | 96% | 2023-10-02 |
2076. | Cockroach (_cockroach) | 37.09 | 95% | 2023-07-15 |
2077. | Russ (jrmtrumpet) | 37.08 | 96% | 2024-07-18 |
2078. | Sarthak (shaansmwl77) | 37.06 | 86% | 2017-04-10 |
2079. | Carolina (carolina_) | 37.02 | 94% | 2024-08-30 |
2080. | Hashaam (hashaam_type) | 37.00 | 92% | 2023-07-27 |
2081. | Kevin (kevin_31) | 37.00 | 92.4% | 2024-04-20 |
2082. | Hope (hopeinaguy) | 36.99 | 91% | 2025-02-21 |
2083. | proxim (proxim) | 36.99 | 93% | 2024-12-27 |
2084. | lukasz (lukasz1) | 36.98 | 96% | 2024-03-12 |
2085. | Stop (stop__) | 36.95 | 93% | 2023-04-16 |
2086. | I Want (helpplz) | 36.92 | 97% | 2018-04-09 |
2087. | wEekey (__wekey__) | 36.92 | 96% | 2023-10-03 |
2088. | M.Ha (manhha00) | 36.88 | 90% | 2023-09-10 |
2089. | AL (al_j______) | 36.88 | 92% | 2023-07-03 |
2090. | dropeee (dropeeexx11) | 36.87 | 93% | 2024-11-26 |
2091. | dendrose (dendrose) | 36.84 | 91.2% | 2024-03-09 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 8,407 | 48.93 | December 5, 2009 |
Default (English) | 5 | 73.26 | December 24, 2008 |