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 |
---|---|---|---|---|
2455. | Paul (isea) | 33.12 | 93% | 2012-03-11 |
2456. | zoro (bountyhunterzoro) | 33.12 | 96% | 2024-06-27 |
2457. | Ankur Gupta (ankur_g) | 33.10 | 95% | 2023-05-25 |
2458. | Zaki (zakib978) | 33.10 | 96% | 2023-06-22 |
2459. | Kyle (bigboiblue) | 33.08 | 93% | 2019-09-13 |
2460. | Jeramy (jeramy_with_an_a) | 33.08 | 91% | 2022-03-10 |
2461. | Ashu (asaral) | 33.07 | 93% | 2023-07-21 |
2462. | Vicky (iamvicky) | 33.06 | 91% | 2013-03-08 |
2463. | Coovis (coovis) | 33.06 | 93% | 2012-03-31 |
2464. | Crazy_aashish (racerft_me) | 33.06 | 92.2% | 2024-05-22 |
2465. | Cheng (srain) | 33.05 | 98% | 2012-06-17 |
2466. | Cody (kingbear2) | 33.04 | 93% | 2023-12-13 |
2467. | Lotus (lotusanimations) | 33.04 | 95% | 2024-03-22 |
2468. | Dave (crazy_dave) | 33.01 | 94% | 2011-05-20 |
2469. | Aaron (saint8900) | 33.00 | 91% | 2012-02-20 |
2470. | macintosh (puppy23) | 33.00 | 93% | 2024-06-01 |
2471. | Bright (_br1ght_) | 32.98 | 94% | 2024-10-14 |
2472. | BigHead (big_head0) | 32.95 | 96% | 2023-08-06 |
2473. | Matt (sitepoint) | 32.92 | 91% | 2013-10-24 |
2474. | Shivam R k (shshsjksjsba) | 32.92 | 95% | 2024-11-22 |
2475. | StrawberryPH (strawberry_ph) | 32.87 | 96% | 2024-10-14 |
2476. | murali (murali125) | 32.86 | 93% | 2013-01-06 |
2477. | Mikiel Cutajar (studict) | 32.86 | 95% | 2024-12-13 |
2478. | Muhammad (as7771) | 32.84 | 91% | 2013-11-26 |
2479. | rsync (rsync) | 32.83 | 94% | 2013-03-01 |
2480. | viku (bluesky990) | 32.81 | 95% | 2024-03-07 |
2481. | Caden (polariskek) | 32.77 | 90% | 2023-07-20 |
2482. | jaselsss (jasssel) | 32.73 | 94% | 2025-06-06 |
2483. | Darrive (darrive) | 32.69 | 96% | 2013-08-10 |
2484. | PYTHON (_chuyuehan) | 32.69 | 92% | 2023-07-12 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 8,407 | 48.93 | December 5, 2009 |
Default (English) | 5 | 73.26 | December 24, 2008 |