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 |
---|---|---|---|---|
825. | (bummered) | 56.70 | 96% | 2020-05-27 |
826. | ZeYaD22 (zead22) | 56.66 | 96% | 2020-01-26 |
827. | maroon (hofgalmir) | 56.62 | 94% | 2024-02-10 |
828. | Lobsang (karukami) | 56.61 | 97% | 2020-11-20 |
829. | Henrikas (henrikasj) | 56.60 | 97% | 2016-11-19 |
830. | Drew (drewsmithworkman) | 56.60 | 94% | 2023-09-07 |
831. | Puškarić (majstor_cipa) | 56.57 | 85% | 2013-07-01 |
832. | Yousef (yousef_salama) | 56.54 | 89% | 2012-11-09 |
833. | Adsd (kol123313) | 56.53 | 96% | 2021-05-02 |
834. | typify1 (typify1) | 56.53 | 95% | 2024-12-29 |
835. | JG (j32587) | 56.48 | 96% | 2024-11-19 |
836. | John (joewique) | 56.48 | 94% | 2025-01-05 |
837. | Serg (seprimion) | 56.45 | 99% | 2024-01-29 |
838. | Michelle (noronham) | 56.43 | — | 2011-02-01 |
839. | Knights who until recently ... | 56.42 | 94% | 2016-04-13 |
840. | Kevin (k39chen) | 56.38 | 91% | 2013-09-12 |
841. | Uno (unoppa) | 56.36 | 97% | 2023-08-24 |
842. | guy (grayeyes) | 56.35 | 85% | 2016-12-29 |
843. | Maribel (zephhyre) | 56.27 | 96% | 2024-04-15 |
844. | June (yannialshoufi) | 56.26 | 95% | 2023-05-25 |
845. | Nick (theblitz2007) | 56.25 | 100% | 2017-07-15 |
846. | Sergio (ser5io) | 56.23 | 96% | 2024-03-15 |
847. | Weekey (layvth) | 56.20 | 98% | 2024-08-12 |
848. | Shalini (shalinikaleeswaran) | 56.15 | 97% | 2013-10-04 |
849. | error (leonhardeuler) | 56.14 | 91% | 2012-04-02 |
850. | Sujeet (sujeetgholap) | 56.13 | 95% | 2014-01-22 |
851. | Zeyad (xslizemoon) | 56.13 | 94% | 2024-08-22 |
852. | Brandon (f11killa) | 56.13 | 95% | 2023-06-09 |
853. | Tara (tarabryn) | 56.12 | 99.4% | 2024-03-06 |
854. | Hayk (hayk) | 56.08 | — | 2011-04-27 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 8,407 | 48.93 | December 5, 2009 |
Default (English) | 5 | 73.26 | December 24, 2008 |