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 |
---|---|---|---|---|
2802. | Sean (seanysean) | 27.92 | 95% | 2017-11-01 |
2803. | Urban (urbra) | 27.91 | 96% | 2014-04-01 |
2804. | Leano (leano) | 27.90 | 94% | 2025-08-09 |
2805. | Marc (mbre) | 27.89 | 88% | 2011-09-20 |
2806. | osama (osm037) | 27.89 | 92.8% | 2023-11-16 |
2807. | UNQspark (unqspark) | 27.89 | 94% | 2024-03-10 |
2808. | genieghost (genieghost) | 27.89 | 97% | 2024-02-16 |
2809. | Paul (paljk) | 27.81 | 96% | 2017-09-08 |
2810. | Nsroma (key_stroke9) | 27.81 | 91% | 2024-07-11 |
2811. | Hasan Berkant (prediger) | 27.79 | 93% | 2024-02-19 |
2812. | noel elias (noelelias) | 27.79 | 93% | 2025-05-24 |
2813. | Zun_Si_Yuan (zun_si) | 27.78 | 93% | 2024-11-30 |
2814. | icy_quack777 (quackitoier_s... | 27.78 | 95% | 2024-08-12 |
2815. | ira (jamesguy) | 27.77 | 99% | 2014-01-17 |
2816. | Yalle1 (yalle1) | 27.77 | 93% | 2024-01-23 |
2817. | alexbeltrantarqui (alexbelt... | 27.77 | 91% | 2025-05-16 |
2818. | SaFe (safe_92) | 27.74 | 94% | 2024-04-09 |
2819. | Rachelle Walker (rachellewa... | 27.73 | 96% | 2023-09-19 |
2820. | Ameen (ameexo) | 27.71 | 90% | 2024-08-11 |
2821. | khaled ataa (khaled_ataa) | 27.67 | 96% | 2023-06-22 |
2822. | kp (kpraj) | 27.67 | 97% | 2023-07-05 |
2823. | Giovanni (robbx) | 27.66 | 94% | 2025-01-12 |
2824. | candylantis (candylantis) | 27.65 | 93% | 2017-03-09 |
2825. | J003 (shaggysnow) | 27.62 | 89.4% | 2025-02-11 |
2826. | Michael (mikewags) | 27.60 | 75% | 2012-02-02 |
2827. | Leonardo Bautista (leonardo09) | 27.55 | 92% | 2024-10-16 |
2828. | Jinghan (starberry108) | 27.53 | — | 2011-01-29 |
2829. | DankiCat (dankicat) | 27.53 | 89% | 2024-08-07 |
2830. | Kirsty (k1rsty) | 27.51 | 94% | 2011-05-20 |
2831. | Lara (lalystando) | 27.50 | 92% | 2024-03-13 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 8,407 | 48.93 | December 5, 2009 |
Default (English) | 5 | 73.26 | December 24, 2008 |