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 |
---|---|---|---|---|
2021. | BrentV (kngval) | 37.35 | 93% | 2023-09-01 |
2022. | RoCio (rocio123) | 37.34 | 96% | 2016-02-12 |
2023. | Amdadul (imlak) | 37.32 | 94.1% | 2023-09-28 |
2024. | krish (krish008) | 37.28 | 94% | 2023-07-10 |
2025. | Eternal religion (youvakish... | 37.27 | 95% | 2023-06-16 |
2026. | itsmenewbie03 (itsmenewbie03) | 37.27 | 94.1% | 2024-01-22 |
2027. | Mat (mattdanerd) | 37.26 | 91% | 2024-03-20 |
2028. | Swiatoslaw (swiatoslaw) | 37.24 | 93% | 2024-06-16 |
2029. | . (ahhhhhhhhhhhhhhhhhh) | 37.23 | 92% | 2023-05-31 |
2030. | fyda was here (cthuihu) | 37.21 | 92% | 2018-06-24 |
2031. | Christian (vinnw) | 37.21 | 91% | 2023-08-22 |
2032. | julsdgreat (julsdgreat) | 37.21 | 95.5% | 2023-10-13 |
2033. | Isaac (isaac113) | 37.18 | 91% | 2016-02-11 |
2034. | Jeff (jeffpc) | 37.15 | — | 2011-02-08 |
2035. | Zoomer (somerandomkid76) | 37.11 | 95% | 2023-08-02 |
2036. | slurpslurp (slurpslurpslurp) | 37.11 | 96% | 2023-10-02 |
2037. | Cockroach (_cockroach) | 37.09 | 95% | 2023-07-15 |
2038. | Russ (jrmtrumpet) | 37.08 | 96% | 2024-07-18 |
2039. | Sarthak (shaansmwl77) | 37.06 | 86% | 2017-04-10 |
2040. | Carolina (carolina_) | 37.02 | 94% | 2024-08-30 |
2041. | Hashaam (hashaam_type) | 37.00 | 92% | 2023-07-27 |
2042. | Kevin (kevin_31) | 37.00 | 92.4% | 2024-04-20 |
2043. | Hope (hopeinaguy) | 36.99 | 91% | 2025-02-21 |
2044. | proxim (proxim) | 36.99 | 93% | 2024-12-27 |
2045. | lukasz (lukasz1) | 36.98 | 96% | 2024-03-12 |
2046. | Stop (stop__) | 36.95 | 93% | 2023-04-16 |
2047. | I Want (helpplz) | 36.92 | 97% | 2018-04-09 |
2048. | wEekey (__wekey__) | 36.92 | 96% | 2023-10-03 |
2049. | M.Ha (manhha00) | 36.88 | 90% | 2023-09-10 |
2050. | AL (al_j______) | 36.88 | 92% | 2023-07-03 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 8,407 | 48.93 | December 5, 2009 |
Default (English) | 5 | 73.26 | December 24, 2008 |