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 |
---|---|---|---|---|
2064. | fyda was here (cthuihu) | 37.21 | 92% | 2018-06-24 |
2065. | Christian (vinnw) | 37.21 | 91% | 2023-08-22 |
2066. | julsdgreat (julsdgreat) | 37.21 | 95.5% | 2023-10-13 |
2067. | Isaac (isaac113) | 37.18 | 91% | 2016-02-11 |
2068. | Jeff (jeffpc) | 37.15 | — | 2011-02-08 |
2069. | Zoomer (somerandomkid76) | 37.11 | 95% | 2023-08-02 |
2070. | slurpslurp (slurpslurpslurp) | 37.11 | 96% | 2023-10-02 |
2071. | Cockroach (_cockroach) | 37.09 | 95% | 2023-07-15 |
2072. | Russ (jrmtrumpet) | 37.08 | 96% | 2024-07-18 |
2073. | Sarthak (shaansmwl77) | 37.06 | 86% | 2017-04-10 |
2074. | Carolina (carolina_) | 37.02 | 94% | 2024-08-30 |
2075. | Hashaam (hashaam_type) | 37.00 | 92% | 2023-07-27 |
2076. | Kevin (kevin_31) | 37.00 | 92.4% | 2024-04-20 |
2077. | Hope (hopeinaguy) | 36.99 | 91% | 2025-02-21 |
2078. | proxim (proxim) | 36.99 | 93% | 2024-12-27 |
2079. | lukasz (lukasz1) | 36.98 | 96% | 2024-03-12 |
2080. | Stop (stop__) | 36.95 | 93% | 2023-04-16 |
2081. | I Want (helpplz) | 36.92 | 97% | 2018-04-09 |
2082. | wEekey (__wekey__) | 36.92 | 96% | 2023-10-03 |
2083. | M.Ha (manhha00) | 36.88 | 90% | 2023-09-10 |
2084. | AL (al_j______) | 36.88 | 92% | 2023-07-03 |
2085. | dropeee (dropeeexx11) | 36.87 | 93% | 2024-11-26 |
2086. | dendrose (dendrose) | 36.84 | 91.2% | 2024-03-09 |
2087. | blueeagle (style.my.passion... | 36.82 | 93% | 2013-03-01 |
2088. | Gio (luc4) | 36.82 | 94% | 2024-10-18 |
2089. | parth (parthjuneja24) | 36.81 | 92% | 2024-01-14 |
2090. | ralap (ralap) | 36.79 | 98% | 2017-10-02 |
2091. | Maulik (mauliksoneji) | 36.79 | 89% | 2017-02-17 |
2092. | TimeGodDio (timegoddio) | 36.79 | 99% | 2024-09-19 |
2093. | arman (sjraja) | 36.77 | 93.5% | 2024-01-04 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 8,407 | 48.93 | December 5, 2009 |
Default (English) | 5 | 73.26 | December 24, 2008 |