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 |
|---|---|---|---|---|
| 2120. | AbuWaleed (abuwaleed) | 37.87 | 97% | 2023-07-10 |
| 2121. | Hamza (hamza_g) | 37.86 | 93% | 2022-08-03 |
| 2122. | goofy goober (2chill4u_top) | 37.86 | 95% | 2023-06-30 |
| 2123. | csati (csati) | 37.85 | 94% | 2012-09-17 |
| 2124. | a (zegolem) | 37.84 | 95% | 2021-01-31 |
| 2125. | Asta (radhekrishnan) | 37.83 | 93.9% | 2025-05-10 |
| 2126. | James (dreadnoughtsix) | 37.82 | 89% | 2016-10-07 |
| 2127. | whyareherhairsinbetween my ... | 37.82 | 94% | 2024-04-29 |
| 2128. | ahmed fahad (afk_43) | 37.82 | 94.8% | 2025-01-11 |
| 2129. | Mar la arag. (duale260) | 37.80 | 96.2% | 2024-10-25 |
| 2130. | Kenan (ken0__) | 37.80 | 98% | 2024-05-18 |
| 2131. | Yobe (yobegaming) | 37.79 | 89% | 2025-01-30 |
| 2132. | Florider31 (florider31) | 37.79 | 93% | 2023-07-27 |
| 2133. | raging_wolf (raging_wolf) | 37.78 | 97% | 2020-12-07 |
| 2134. | BTC 100k$ soon (anagami) | 37.78 | 95% | 2024-01-28 |
| 2135. | Forlu (forlu) | 37.78 | 96% | 2024-07-25 |
| 2136. | Matteo (matteorapi) | 37.76 | 97% | 2023-06-05 |
| 2137. | Sh4rk (sh4rk__) | 37.76 | 93% | 2024-07-28 |
| 2138. | Josh (silvascientist) | 37.75 | 94% | 2013-02-21 |
| 2139. | Dave (dustinash) | 37.75 | 94% | 2023-06-13 |
| 2140. | Greg (crashtestgreg) | 37.72 | 92% | 2023-12-22 |
| 2141. | Skynet.tns (skynetns) | 37.72 | 92% | 2024-08-11 |
| 2142. | marcid (daelithal) | 37.65 | 91% | 2023-08-09 |
| 2143. | SR.Rollington (srtrollington) | 37.64 | 95% | 2023-10-30 |
| 2144. | Park (parkgera) | 37.63 | 99% | 2024-04-19 |
| 2145. | NIthin (nithin_n) | 37.62 | 93% | 2024-01-15 |
| 2146. | aspekt (_aspekt) | 37.61 | 93% | 2023-06-07 |
| 2147. | Xpress (xpress7) | 37.59 | 93% | 2023-06-12 |
| 2148. | Rafael (ro2093) | 37.59 | 99% | 2024-06-19 |
| 2149. | seigou (ninjawanko) | 37.57 | 93% | 2024-07-19 |
| Universe | Races | Average WPM | First Race |
|---|---|---|---|
| Coder Edition | 8,407 | 48.93 | December 5, 2009 |
| Default (English) | 5 | 73.26 | December 24, 2008 |