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 |
---|---|---|---|---|
2003. | AbuWaleed (abuwaleed) | 37.87 | 97% | 2023-07-10 |
2004. | Hamza (hamza_g) | 37.86 | 93% | 2022-08-03 |
2005. | goofy goober (2chill4u_top) | 37.86 | 95% | 2023-06-30 |
2006. | csati (csati) | 37.85 | 94% | 2012-09-17 |
2007. | a (zegolem) | 37.84 | 95% | 2021-01-31 |
2008. | Asta (radhekrishnan) | 37.83 | 94% | 2025-05-10 |
2009. | James (dreadnoughtsix) | 37.82 | 89% | 2016-10-07 |
2010. | whyareherhairsinbetween my ... | 37.82 | 94% | 2024-04-29 |
2011. | ahmed fahad (afk_43) | 37.82 | 94.8% | 2025-01-11 |
2012. | Mar la arag. (duale260) | 37.80 | 96.2% | 2024-10-25 |
2013. | Kenan (ken0__) | 37.80 | 98% | 2024-05-18 |
2014. | Yobe (yobegaming) | 37.79 | 89% | 2025-01-30 |
2015. | Florider31 (florider31) | 37.79 | 93% | 2023-07-27 |
2016. | raging_wolf (raging_wolf) | 37.78 | 97% | 2020-12-07 |
2017. | BTC 100k$ soon (anagami) | 37.78 | 95% | 2024-01-28 |
2018. | Forlu (forlu) | 37.78 | 96% | 2024-07-25 |
2019. | Matteo (matteorapi) | 37.76 | 97% | 2023-06-05 |
2020. | Sh4rk (sh4rk__) | 37.76 | 93% | 2024-07-28 |
2021. | Josh (silvascientist) | 37.75 | 94% | 2013-02-21 |
2022. | Dave (dustinash) | 37.75 | 94% | 2023-06-13 |
2023. | Greg (crashtestgreg) | 37.72 | 92% | 2023-12-22 |
2024. | Skynet.tns (skynetns) | 37.72 | 92% | 2024-08-11 |
2025. | marcid (daelithal) | 37.65 | 91% | 2023-08-09 |
2026. | SR.Rollington (srtrollington) | 37.64 | 95% | 2023-10-30 |
2027. | Park (parkgera) | 37.63 | 99% | 2024-04-19 |
2028. | NIthin (nithin_n) | 37.62 | 93% | 2024-01-15 |
2029. | aspekt (_aspekt) | 37.61 | 93% | 2023-06-07 |
2030. | Xpress (xpress7) | 37.59 | 93% | 2023-06-12 |
2031. | Rafael (ro2093) | 37.59 | 99% | 2024-06-19 |
2032. | mobodott (mobodott) | 37.57 | 94% | 2023-09-01 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 8,407 | 48.93 | December 5, 2009 |
Default (English) | 5 | 73.26 | December 24, 2008 |