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 |
---|---|---|---|---|
2282. | galaxy (galaxytypes) | 34.17 | 94% | 2024-09-18 |
2283. | Alex Sander Lopez Orcko (al... | 34.17 | 95.4% | 2025-05-11 |
2284. | phines (phinescend) | 34.14 | 93% | 2023-07-20 |
2285. | El Doyer (el_doyer) | 34.08 | 95% | 2023-06-26 |
2286. | Pit (pit_pit) | 34.08 | 95% | 2025-04-17 |
2287. | Dandy (handy_dandy) | 34.07 | 94% | 2024-08-03 |
2288. | Edgar (egonzalez0787) | 34.06 | 93% | 2011-05-27 |
2289. | Autumn (autumnbanter) | 34.06 | — | 2011-02-25 |
2290. | Sebastian (4555) | 34.04 | 98% | 2024-02-26 |
2291. | Izacc (bootsmctoast) | 33.98 | 94% | 2023-07-31 |
2292. | Rickus (rickuss) | 33.97 | 93% | 2023-08-27 |
2293. | Amine (amine_frihi) | 33.97 | 95.2% | 2025-01-26 |
2294. | Prem (batprem) | 33.95 | 94% | 2020-06-22 |
2295. | Shagun (yadav2003) | 33.95 | 96% | 2025-02-02 |
2296. | PatchedUpEgg (patchedupegg) | 33.94 | 99% | 2024-09-29 |
2297. | Nguyen Khanh Van (vanngk_) | 33.93 | 96% | 2024-09-25 |
2298. | Nick (typing____) | 33.90 | 93% | 2023-07-20 |
2299. | poolfish (poolfish) | 33.86 | 94% | 2025-02-09 |
2300. | pDil (pdil) | 33.83 | 96% | 2024-04-27 |
2301. | Sree (sree341) | 33.81 | 93% | 2023-08-15 |
2302. | Zodiac (zodiac__) | 33.81 | 91% | 2025-04-10 |
2303. | Leslie (baconlegion) | 33.80 | 84% | 2013-04-02 |
2304. | zeeplockd (zeeplockd) | 33.80 | 94% | 2024-06-06 |
2305. | K1dz (ayla_k1dz) | 33.80 | 98% | 2024-09-26 |
2306. | Matt (m4olivei) | 33.78 | — | 2011-01-29 |
2307. | Ericc (room_20four) | 33.77 | — | 2011-01-31 |
2308. | Antonio (antotot04) | 33.77 | 92% | 2023-06-21 |
2309. | Eto (abdohalem) | 33.75 | 94% | 2023-06-05 |
2310. | Isaac (jess_iz_lee) | 33.74 | 95% | 2023-11-08 |
2311. | Kavindu (kavindu_jayarathne) | 33.72 | 94% | 2023-05-30 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 8,407 | 48.93 | December 5, 2009 |
Default (English) | 5 | 73.26 | December 24, 2008 |