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 |
|---|---|---|---|---|
| 2821. | Juanpy (juanpy) | 28.35 | 94% | 2023-10-18 |
| 2822. | midowi (midowi223) | 28.34 | 95% | 2025-04-10 |
| 2823. | hamdy (hamdytoto) | 28.33 | 89.9% | 2024-12-19 |
| 2824. | Brad_Workman (workman_brad) | 28.31 | 90% | 2020-11-24 |
| 2825. | Ill (fencing) | 28.29 | 93% | 2023-07-08 |
| 2826. | flow (flowsosick) | 28.29 | 92% | 2023-08-02 |
| 2827. | Abu Fadel (a7medfadel) | 28.25 | 92% | 2023-09-17 |
| 2828. | ya5z (ya5z) | 28.25 | 94% | 2024-11-11 |
| 2829. | Zen (z3nith) | 28.23 | 83% | 2012-06-22 |
| 2830. | AK (thechalktopus) | 28.22 | 90% | 2023-10-05 |
| 2831. | ezeah (ezeah) | 28.20 | 95% | 2021-02-18 |
| 2832. | uniquestar (uniquestar121) | 28.16 | 94% | 2024-05-20 |
| 2833. | Sandra (badmac16) | 28.15 | 94% | 2024-02-02 |
| 2834. | olunia (olunia) | 28.14 | 93% | 2023-12-13 |
| 2835. | suraj pratap singh (9910729... | 28.12 | 94% | 2023-10-23 |
| 2836. | Abhinav (typingcompany) | 28.12 | 97% | 2022-11-09 |
| 2837. | Koosha (kjkooshaj) | 28.08 | 87% | 2013-03-17 |
| 2838. | Ap3sh1 (ap3sh1) | 28.06 | 89% | 2016-12-12 |
| 2839. | Mohamed (mohamed25) | 28.03 | 93% | 2023-07-06 |
| 2840. | No (bambusnippel) | 28.02 | 94% | 2017-08-28 |
| 2841. | ~~DixonMyezz~~ (jakemcmahon8) | 28.01 | 80% | 2017-05-08 |
| 2842. | Nicholas (lnick) | 27.98 | — | 2011-03-11 |
| 2843. | gak colemak (gak_colemak) | 27.98 | 96% | 2024-02-04 |
| 2844. | Jeruk (tuntunn) | 27.96 | 95% | 2024-08-01 |
| 2845. | infinitus (infinitusone) | 27.95 | 96% | 2011-05-31 |
| 2846. | lazy (lazypanda2123) | 27.95 | 91% | 2011-08-01 |
| 2847. | Sean (seanysean) | 27.92 | 95% | 2017-11-01 |
| 2848. | Urban (urbra) | 27.91 | 96% | 2014-04-01 |
| 2849. | Leano (leano) | 27.90 | 94% | 2025-08-09 |
| 2850. | UNQspark (unqspark) | 27.89 | 94% | 2024-03-10 |
| Universe | Races | Average WPM | First Race |
|---|---|---|---|
| Coder Edition | 8,407 | 48.93 | December 5, 2009 |
| Default (English) | 5 | 73.26 | December 24, 2008 |