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 |
---|---|---|---|---|
2543. | Milan (m_i_n_o) | 30.48 | 92% | 2022-10-29 |
2544. | paldepind (paldepind) | 30.47 | — | 2011-02-01 |
2545. | WiQaS KhaN (su_khan) | 30.45 | 96% | 2023-09-08 |
2546. | Vladtsepesh (vladtsepesh) | 30.45 | 93% | 2023-10-10 |
2547. | Deflash (flash001) | 30.41 | 90% | 2023-08-02 |
2548. | Elbow (elbow53tb) | 30.37 | 96% | 2024-04-27 |
2549. | Rohan (r_yadav01) | 30.34 | 94.9% | 2023-12-27 |
2550. | Sheraz (sherazahmad720) | 30.31 | 92% | 2023-08-17 |
2551. | Mesut (nurudianto) | 30.29 | 97% | 2019-07-25 |
2552. | Josh (turtletyper7) | 30.28 | 92% | 2023-09-17 |
2553. | Devesh (devesh_agarwal) | 30.25 | 95% | 2023-09-12 |
2554. | redouane (motivred) | 30.21 | 94% | 2023-07-21 |
2555. | Melanie (sigmel) | 30.21 | 93% | 2024-10-06 |
2556. | Mey Mey (mey1801) | 30.20 | 95% | 2018-01-06 |
2557. | Mark Neil (mcneilm7) | 30.19 | — | 2011-02-03 |
2558. | cmanman (cmanman) | 30.19 | 97% | 2024-09-10 |
2559. | Bubu (bubumaster) | 30.18 | 92% | 2024-04-25 |
2560. | Aashish (pro_racer1) | 30.15 | 95.3% | 2024-05-02 |
2561. | Colin (cmothersead) | 30.12 | 93% | 2023-08-17 |
2562. | Tiago (vanniekerkjt94) | 30.12 | 97% | 2024-06-25 |
2563. | JerryBlack (jerry_black28) | 30.10 | 91% | 2023-08-03 |
2564. | Mash (krazykart) | 30.10 | 96% | 2023-06-24 |
2565. | Hirak (hirak) | 30.06 | 96% | 2015-01-16 |
2566. | kaen (kaen_00) | 29.98 | 95% | 2024-05-18 |
2567. | Anup (anuparyal) | 29.96 | 94% | 2023-08-18 |
2568. | Shubham (shrubex) | 29.95 | 95% | 2024-01-20 |
2569. | Eric (derreavus) | 29.92 | 92% | 2020-12-08 |
2570. | Faiz (danklinroosepelt) | 29.90 | 88% | 2014-03-17 |
2571. | yassine_oh (yassineoh) | 29.88 | 92% | 2023-08-14 |
2572. | zepfred (zepfred) | 29.87 | — | 2011-01-29 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 8,407 | 48.93 | December 5, 2009 |
Default (English) | 5 | 73.26 | December 24, 2008 |