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 |
---|---|---|---|---|
2711. | icy_quack777 (quackitoier_s... | 27.78 | 95% | 2024-08-12 |
2712. | ira (jamesguy) | 27.77 | 99% | 2014-01-17 |
2713. | Yalle1 (yalle1) | 27.77 | 93% | 2024-01-23 |
2714. | alexbeltrantarqui (alexbelt... | 27.77 | 91% | 2025-05-16 |
2715. | SaFe (safe_92) | 27.74 | 94% | 2024-04-09 |
2716. | Rachelle Walker (rachellewa... | 27.73 | 96% | 2023-09-19 |
2717. | Ameen (ameexo) | 27.71 | 90% | 2024-08-11 |
2718. | khaled ataa (khaled_ataa) | 27.67 | 96% | 2023-06-22 |
2719. | kp (kpraj) | 27.67 | 97% | 2023-07-05 |
2720. | Giovanni (robbx) | 27.66 | 94% | 2025-01-12 |
2721. | candylantis (candylantis) | 27.65 | 93% | 2017-03-09 |
2722. | J003 (shaggysnow) | 27.62 | 89.4% | 2025-02-11 |
2723. | Michael (mikewags) | 27.60 | 75% | 2012-02-02 |
2724. | Leonardo Bautista (leonardo09) | 27.55 | 92% | 2024-10-16 |
2725. | Jinghan (starberry108) | 27.53 | — | 2011-01-29 |
2726. | DankiCat (dankicat) | 27.53 | 89% | 2024-08-07 |
2727. | Kirsty (k1rsty) | 27.51 | 94% | 2011-05-20 |
2728. | Lara (lalystando) | 27.50 | 92% | 2024-03-13 |
2729. | Rajesh Jangid (rajesh_11) | 27.48 | 94.3% | 2024-10-17 |
2730. | Kassidy (kassidy_b) | 27.45 | 93% | 2023-09-26 |
2731. | YIfu Rong (yifu_r) | 27.45 | 94% | 2024-08-02 |
2732. | Ali (fake051103) | 27.44 | 92% | 2024-02-25 |
2733. | Nabin (nabineo) | 27.42 | 93% | 2020-03-23 |
2734. | uruma (almg) | 27.41 | 91% | 2025-06-06 |
2735. | AnozMC (anozmc) | 27.40 | 94% | 2023-07-05 |
2736. | Rachel (rachel30ann) | 27.40 | 96% | 2024-08-24 |
2737. | thali cantik (nathalia97) | 27.40 | 94% | 2023-08-01 |
2738. | Ragil (ragilr_) | 27.39 | 93% | 2018-03-26 |
2739. | D Leek (d_leek) | 27.38 | 91% | 2024-08-28 |
2740. | Carlos (motumbo) | 27.37 | 87% | 2011-10-02 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 8,407 | 48.93 | December 5, 2009 |
Default (English) | 5 | 73.26 | December 24, 2008 |