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 |
|---|---|---|---|---|
| 863. | Richard (rbarlow) | 56.79 | 97% | 2018-04-28 |
| 864. | renn15 (renn15) | 56.79 | 96% | 2023-11-26 |
| 865. | [AhK] Jorge Luiz (santosjl22) | 56.78 | 94% | 2015-04-18 |
| 866. | Rennex (nixoneen) | 56.77 | 96% | 2024-01-04 |
| 867. | Nima (nimayaqmuri) | 56.77 | 97% | 2024-11-27 |
| 868. | Anna (slewa) | 56.73 | 98% | 2022-05-26 |
| 869. | wes (domfabry) | 56.73 | 92% | 2023-06-16 |
| 870. | (bummered) | 56.70 | 96% | 2020-05-27 |
| 871. | ZeYaD22 (zead22) | 56.66 | 96% | 2020-01-26 |
| 872. | Shaileshbhai Chaudhari (sha... | 56.63 | 98% | 2024-02-06 |
| 873. | maroon (hofgalmir) | 56.62 | 94% | 2024-02-10 |
| 874. | Lobsang (karukami) | 56.61 | 97% | 2020-11-20 |
| 875. | Henrikas (henrikasj) | 56.60 | 97% | 2016-11-19 |
| 876. | Drew (drewsmithworkman) | 56.60 | 94% | 2023-09-07 |
| 877. | Puškarić (majstor_cipa) | 56.57 | 85% | 2013-07-01 |
| 878. | Yousef (yousef_salama) | 56.54 | 89% | 2012-11-09 |
| 879. | Adsd (kol123313) | 56.53 | 96% | 2021-05-02 |
| 880. | typify1 (typify1) | 56.53 | 95% | 2024-12-29 |
| 881. | JG (j32587) | 56.48 | 95.6% | 2024-11-19 |
| 882. | John (joewique) | 56.48 | 94% | 2025-01-05 |
| 883. | Serg (seprimion) | 56.45 | 99% | 2024-01-29 |
| 884. | Michelle (noronham) | 56.43 | — | 2011-02-01 |
| 885. | Knights who until recently ... | 56.42 | 94% | 2016-04-13 |
| 886. | Kevin (k39chen) | 56.38 | 91% | 2013-09-12 |
| 887. | Uno (unoppa) | 56.36 | 97% | 2023-08-24 |
| 888. | guy (grayeyes) | 56.35 | 85% | 2016-12-29 |
| 889. | Josue (jsevzq) | 56.28 | 96% | 2025-08-20 |
| 890. | Maribel (zephhyre) | 56.27 | 96% | 2024-04-15 |
| 891. | June (yannialshoufi) | 56.26 | 95% | 2023-05-25 |
| 892. | Nick (theblitz2007) | 56.25 | 100% | 2017-07-15 |
| Universe | Races | Average WPM | First Race |
|---|---|---|---|
| Coder Edition | 8,407 | 48.93 | December 5, 2009 |
| Default (English) | 5 | 73.26 | December 24, 2008 |