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 |
---|---|---|---|---|
2713. | Michele (_mccc) | 29.15 | 94% | 2018-04-25 |
2714. | JP (xerxesregulus) | 29.14 | 89% | 2017-08-31 |
2715. | Shikanokonoko (folufofof) | 29.14 | 97% | 2024-07-18 |
2716. | Yarot Sanabria L. (yarot123) | 29.10 | 93% | 2025-06-06 |
2717. | pavan (pavan_) | 29.08 | 91% | 2023-04-30 |
2718. | mackinzie (mackinzie) | 29.08 | 90% | 2024-10-06 |
2719. | Marko (hawk691) | 29.06 | 96% | 2025-08-20 |
2720. | Tanushree (tanushreemr) | 29.04 | 95% | 2023-05-27 |
2721. | Bob (dinosaw) | 29.04 | 93% | 2023-05-28 |
2722. | Sne (clueless_af) | 29.03 | 95% | 2023-06-14 |
2723. | Douglas (douglaswaugh) | 29.01 | 83% | 2011-07-19 |
2724. | mak (makmak2) | 29.00 | 98% | 2024-09-30 |
2725. | Ægir (thorsteinsson) | 28.98 | 90% | 2011-07-12 |
2726. | Pranix (not_pranix) | 28.98 | 95% | 2023-06-24 |
2727. | Stephen (weatheredwild2) | 28.98 | 93% | 2023-08-22 |
2728. | vasu (vaszu) | 28.98 | 93% | 2023-07-14 |
2729. | JANAK PATEL (jp6610) | 28.97 | 96% | 2025-06-07 |
2730. | Linh (linhtote) | 28.96 | — | 2011-01-29 |
2731. | Ihsan (mohihsann) | 28.96 | 93% | 2023-08-04 |
2732. | patrick (flash225) | 28.96 | 92% | 2023-06-12 |
2733. | Darth Jeremy (darth_taghiza... | 28.95 | 90% | 2015-12-23 |
2734. | better than everyone (shiva... | 28.94 | 94% | 2021-07-13 |
2735. | Brandon (cadafish) | 28.89 | 88% | 2012-04-26 |
2736. | Tianyi (dreamatd) | 28.89 | 91% | 2018-07-25 |
2737. | turbee6 (turbee6) | 28.89 | 94% | 2024-04-04 |
2738. | Aheed (aheedbn) | 28.88 | 98% | 2023-09-11 |
2739. | THANK YOU (qwertydude6) | 28.87 | 91% | 2011-05-15 |
2740. | Erik (erla1012) | 28.85 | 86% | 2012-11-13 |
2741. | L1ght (l1ght_0803) | 28.85 | 92% | 2025-07-25 |
2742. | Rivial (rivial) | 28.83 | 94% | 2025-02-20 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 8,407 | 48.93 | December 5, 2009 |
Default (English) | 5 | 73.26 | December 24, 2008 |