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 |
---|---|---|---|---|
2766. | Aman (aman_babu_hemant) | 28.51 | 93.5% | 2024-06-30 |
2767. | RookieTyper (sinc_2010) | 28.50 | 91.1% | 2025-02-21 |
2768. | Fabi (f_glasswing) | 28.48 | 93% | 2024-03-10 |
2769. | Angel Fernando Condori (ang... | 28.46 | 95% | 2024-01-26 |
2770. | flash (pushap123) | 28.45 | 95% | 2023-06-29 |
2771. | prakash (1234prakash) | 28.44 | 97% | 2023-07-20 |
2772. | GJ (___gj___) | 28.43 | 94% | 2024-04-11 |
2773. | Swordslinger (theswordslinger) | 28.43 | 97% | 2025-01-23 |
2774. | Yi-Chen (yichenlo) | 28.42 | 90% | 2023-07-01 |
2775. | steven (hugochavez69) | 28.36 | 95% | 2023-09-16 |
2776. | Juanpy (juanpy) | 28.35 | 94% | 2023-10-18 |
2777. | midowi (midowi223) | 28.34 | 95% | 2025-04-10 |
2778. | hamdy (hamdytoto) | 28.33 | 89.9% | 2024-12-19 |
2779. | Brad_Workman (workman_brad) | 28.31 | 90% | 2020-11-24 |
2780. | Ill (fencing) | 28.29 | 93% | 2023-07-08 |
2781. | flow (flowsosick) | 28.29 | 92% | 2023-08-02 |
2782. | Abu Fadel (a7medfadel) | 28.25 | 92% | 2023-09-17 |
2783. | ya5z (ya5z) | 28.25 | 94% | 2024-11-11 |
2784. | Zen (z3nith) | 28.23 | 83% | 2012-06-22 |
2785. | AK (thechalktopus) | 28.22 | 90% | 2023-10-05 |
2786. | ezeah (ezeah) | 28.20 | 95% | 2021-02-18 |
2787. | uniquestar (uniquestar121) | 28.16 | 94% | 2024-05-20 |
2788. | Sandra (badmac16) | 28.15 | 94% | 2024-02-02 |
2789. | olunia (olunia) | 28.14 | 93% | 2023-12-13 |
2790. | suraj pratap singh (9910729... | 28.12 | 94% | 2023-10-23 |
2791. | Abhinav (typingcompany) | 28.12 | 97% | 2022-11-09 |
2792. | Koosha (kjkooshaj) | 28.08 | 87% | 2013-03-17 |
2793. | Ap3sh1 (ap3sh1) | 28.06 | 89% | 2016-12-12 |
2794. | Mohamed (mohamed25) | 28.03 | 93% | 2023-07-06 |
2795. | 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 |