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 |
---|---|---|---|---|
2381. | Dandy (handy_dandy) | 34.07 | 94% | 2024-08-03 |
2382. | Edgar (egonzalez0787) | 34.06 | 93% | 2011-05-27 |
2383. | Autumn (autumnbanter) | 34.06 | — | 2011-02-25 |
2384. | Sebastian (4555) | 34.04 | 98% | 2024-02-26 |
2385. | Izacc (bootsmctoast) | 33.98 | 94% | 2023-07-31 |
2386. | Rickus (rickuss) | 33.97 | 93% | 2023-08-27 |
2387. | Amine (amine_frihi) | 33.97 | 95.2% | 2025-01-26 |
2388. | Prem (batprem) | 33.95 | 94% | 2020-06-22 |
2389. | Shagun (yadav2003) | 33.95 | 96% | 2025-02-02 |
2390. | PatchedUpEgg (patchedupegg) | 33.94 | 99% | 2024-09-29 |
2391. | Nguyen Khanh Van (vanngk_) | 33.93 | 96% | 2024-09-25 |
2392. | Nick (typing____) | 33.90 | 93% | 2023-07-20 |
2393. | poolfish (poolfish) | 33.86 | 94% | 2025-02-09 |
2394. | pDil (pdil) | 33.83 | 96% | 2024-04-27 |
2395. | Sree (sree341) | 33.81 | 93% | 2023-08-15 |
2396. | Zodiac (zodiac__) | 33.81 | 91% | 2025-04-10 |
2397. | Leslie (baconlegion) | 33.80 | 84% | 2013-04-02 |
2398. | zeeplockd (zeeplockd) | 33.80 | 94% | 2024-06-06 |
2399. | K1dz (ayla_k1dz) | 33.80 | 97.5% | 2024-09-26 |
2400. | Matt (m4olivei) | 33.78 | — | 2011-01-29 |
2401. | Ericc (room_20four) | 33.77 | — | 2011-01-31 |
2402. | Antonio (antotot04) | 33.77 | 92% | 2023-06-21 |
2403. | Eto (abdohalem) | 33.75 | 94% | 2023-06-05 |
2404. | Isaac (jess_iz_lee) | 33.74 | 95% | 2023-11-08 |
2405. | Saurabh (ssb456) | 33.72 | 96% | 2025-06-13 |
2406. | Kavindu (kavindu_jayarathne) | 33.72 | 94% | 2023-05-30 |
2407. | ☺ (xiliav11) | 33.68 | 79% | 2011-12-13 |
2408. | Juan De Luna (juandluna) | 33.68 | 91% | 2023-12-04 |
2409. | samiraarancibia (samiraaran... | 33.68 | 95% | 2025-06-30 |
2410. | ahmed (ahmedgouda0) | 33.64 | 92% | 2023-05-31 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 8,407 | 48.93 | December 5, 2009 |
Default (English) | 5 | 73.26 | December 24, 2008 |