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 |
|---|---|---|---|---|
| 2812. | RookieTyper (sinc_2010) | 28.50 | 91.1% | 2025-02-21 |
| 2813. | Fabi (f_glasswing) | 28.48 | 93% | 2024-03-10 |
| 2814. | HOTMAN (balqishotman) | 28.48 | 93% | 2025-08-25 |
| 2815. | Angel Fernando Condori (ang... | 28.46 | 95% | 2024-01-26 |
| 2816. | flash (pushap123) | 28.45 | 95% | 2023-06-29 |
| 2817. | prakash (1234prakash) | 28.44 | 97% | 2023-07-20 |
| 2818. | GJ (___gj___) | 28.43 | 94% | 2024-04-11 |
| 2819. | Swordslinger (theswordslinger) | 28.43 | 97% | 2025-01-23 |
| 2820. | Yi-Chen (yichenlo) | 28.42 | 90% | 2023-07-01 |
| 2821. | steven (hugochavez69) | 28.36 | 95% | 2023-09-16 |
| 2822. | Juanpy (juanpy) | 28.35 | 94% | 2023-10-18 |
| 2823. | midowi (midowi223) | 28.34 | 95% | 2025-04-10 |
| 2824. | hamdy (hamdytoto) | 28.33 | 89.9% | 2024-12-19 |
| 2825. | Brad_Workman (workman_brad) | 28.31 | 90% | 2020-11-24 |
| 2826. | Ill (fencing) | 28.29 | 93% | 2023-07-08 |
| 2827. | flow (flowsosick) | 28.29 | 92% | 2023-08-02 |
| 2828. | Abu Fadel (a7medfadel) | 28.25 | 92% | 2023-09-17 |
| 2829. | ya5z (ya5z) | 28.25 | 94% | 2024-11-11 |
| 2830. | Zen (z3nith) | 28.23 | 83% | 2012-06-22 |
| 2831. | AK (thechalktopus) | 28.22 | 90% | 2023-10-05 |
| 2832. | ezeah (ezeah) | 28.20 | 95% | 2021-02-18 |
| 2833. | uniquestar (uniquestar121) | 28.16 | 94% | 2024-05-20 |
| 2834. | Sandra (badmac16) | 28.15 | 94% | 2024-02-02 |
| 2835. | olunia (olunia) | 28.14 | 93% | 2023-12-13 |
| 2836. | suraj pratap singh (9910729... | 28.12 | 94% | 2023-10-23 |
| 2837. | Abhinav (typingcompany) | 28.12 | 97% | 2022-11-09 |
| 2838. | Koosha (kjkooshaj) | 28.08 | 87% | 2013-03-17 |
| 2839. | Ap3sh1 (ap3sh1) | 28.06 | 89% | 2016-12-12 |
| 2840. | Mohamed (mohamed25) | 28.03 | 93% | 2023-07-06 |
| 2841. | No (bambusnippel) | 28.02 | 94% | 2017-08-28 |
| Universe | Races | Average WPM | First Race |
|---|---|---|---|
| Coder Edition | 8,407 | 48.93 | December 5, 2009 |
| Default (English) | 5 | 73.26 | December 24, 2008 |