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 |
---|---|---|---|---|
2273. | Pit (pit_pit) | 34.08 | 95% | 2025-04-17 |
2274. | Dandy (handy_dandy) | 34.07 | 94% | 2024-08-03 |
2275. | Edgar (egonzalez0787) | 34.06 | 93% | 2011-05-27 |
2276. | Autumn (autumnbanter) | 34.06 | — | 2011-02-25 |
2277. | Sebastian (4555) | 34.04 | 98% | 2024-02-26 |
2278. | Izacc (bootsmctoast) | 33.98 | 94% | 2023-07-31 |
2279. | Rickus (rickuss) | 33.97 | 93% | 2023-08-27 |
2280. | Amine (amine_frihi) | 33.97 | 95.2% | 2025-01-26 |
2281. | Prem (batprem) | 33.95 | 94% | 2020-06-22 |
2282. | Shagun (yadav2003) | 33.95 | 96% | 2025-02-02 |
2283. | PatchedUpEgg (patchedupegg) | 33.94 | 99% | 2024-09-29 |
2284. | Nguyen Khanh Van (vanngk_) | 33.93 | 96% | 2024-09-25 |
2285. | Nick (typing____) | 33.90 | 93% | 2023-07-20 |
2286. | poolfish (poolfish) | 33.86 | 94% | 2025-02-09 |
2287. | pDil (pdil) | 33.83 | 96% | 2024-04-27 |
2288. | Sree (sree341) | 33.81 | 93% | 2023-08-15 |
2289. | Leslie (baconlegion) | 33.80 | 84% | 2013-04-02 |
2290. | zeeplockd (zeeplockd) | 33.80 | 94% | 2024-06-06 |
2291. | K1dz (ayla_k1dz) | 33.80 | 98% | 2024-09-26 |
2292. | Matt (m4olivei) | 33.78 | — | 2011-01-29 |
2293. | Ericc (room_20four) | 33.77 | — | 2011-01-31 |
2294. | Antonio (antotot04) | 33.77 | 92% | 2023-06-21 |
2295. | Eto (abdohalem) | 33.75 | 94% | 2023-06-05 |
2296. | Isaac (jess_iz_lee) | 33.74 | 95% | 2023-11-08 |
2297. | Kavindu (kavindu_jayarathne) | 33.72 | 94% | 2023-05-30 |
2298. | ☺ (xiliav11) | 33.68 | 79% | 2011-12-13 |
2299. | Juan De Luna (juandluna) | 33.68 | 91% | 2023-12-04 |
2300. | papajesus (weshente) | 33.63 | 94% | 2023-07-11 |
2301. | Tynamo (tynamocc) | 33.62 | 96% | 2025-05-11 |
2302. | hndrprmn_ (hendrapermana) | 33.61 | — | 2011-01-28 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 8,407 | 48.93 | December 5, 2009 |
Default (English) | 5 | 73.26 | December 24, 2008 |