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 |
|---|---|---|---|---|
| 2251. | kleeon (kleeon) | 36.31 | 92% | 2023-10-23 |
| 2252. | into-the-abyss (_yash_) | 36.30 | 96% | 2023-06-02 |
| 2253. | AR (h_u_h_) | 36.29 | 93% | 2024-03-19 |
| 2254. | Gaurav (gv_vik) | 36.28 | 96% | 2023-07-09 |
| 2255. | KK (krina521) | 36.26 | 94% | 2023-05-26 |
| 2256. | Joshua (joshuakael) | 36.26 | 90.8% | 2023-09-23 |
| 2257. | SmiLeCraFt (smilecraft) | 36.25 | 94% | 2024-02-13 |
| 2258. | fourier (fourier55) | 36.23 | 96% | 2023-10-03 |
| 2259. | Kevin (kevinrangel88) | 36.20 | 95% | 2023-09-17 |
| 2260. | NTLG1 (ntlg1) | 36.20 | 93% | 2025-02-28 |
| 2261. | Loliass (loliass) | 36.20 | 93% | 2023-07-13 |
| 2262. | Steve (stevez65) | 36.18 | 95% | 2024-04-18 |
| 2263. | :O (tomaski_) | 36.15 | 94% | 2024-04-04 |
| 2264. | Unknown Person (iamikey7) | 36.13 | 98% | 2024-04-08 |
| 2265. | Daniel (omnomnominous) | 36.12 | 94% | 2012-03-11 |
| 2266. | TargiX (targix) | 36.12 | 94% | 2023-11-13 |
| 2267. | (sura5) | 36.08 | 92% | 2022-02-17 |
| 2268. | carbonmonkey (carbonmonkey) | 36.08 | 98% | 2023-03-06 |
| 2269. | Bryson (kingfish) | 36.07 | 91% | 2012-03-04 |
| 2270. | bang lanner (bangglanner) | 36.05 | 94% | 2024-11-09 |
| 2271. | Senpai~~ (_senpai__) | 35.99 | 94% | 2023-08-29 |
| 2272. | Cat (sleepneedexe) | 35.99 | 93% | 2025-07-24 |
| 2273. | kamen (leoloveslea) | 35.95 | 95% | 2023-11-15 |
| 2274. | scottie (scottie584) | 35.93 | 88% | 2013-06-02 |
| 2275. | dani (dani32) | 35.90 | 96% | 2023-07-04 |
| 2276. | netbook (netbook) | 35.88 | — | 2011-04-10 |
| 2277. | Nachain (nachain) | 35.87 | 95% | 2023-07-12 |
| 2278. | parag (paragparag) | 35.86 | 96% | 2020-11-26 |
| 2279. | Trialer (trialer) | 35.85 | 94% | 2023-11-26 |
| 2280. | zaarium (zaarium) | 35.84 | 93% | 2023-07-07 |
| Universe | Races | Average WPM | First Race |
|---|---|---|---|
| Coder Edition | 8,407 | 48.93 | December 5, 2009 |
| Default (English) | 5 | 73.26 | December 24, 2008 |