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 |
---|---|---|---|---|
864. | therea (theality) | 55.93 | 93% | 2025-04-14 |
865. | Andrew (andmarek) | 55.91 | 94% | 2015-12-03 |
866. | Alvin (sollight) | 55.91 | 92% | 2017-04-10 |
867. | Boris (goat_56) | 55.90 | 96% | 2023-06-27 |
868. | Ezra (thedigitalallo) | 55.89 | 98% | 2025-01-22 |
869. | Jacob (jacob5257) | 55.89 | 94.9% | 2025-04-07 |
870. | Kent (kent239) | 55.88 | 95% | 2023-07-17 |
871. | mrrizkin (ifixlss) | 55.87 | 95% | 2024-05-09 |
872. | Connor (nellak) | 55.83 | 98% | 2018-01-27 |
873. | Andres (atv2307) | 55.83 | 94% | 2023-06-23 |
874. | Basar (bsrykt) | 55.80 | 99% | 2013-01-21 |
875. | akiki (akiki) | 55.77 | — | 2011-01-30 |
876. | Dan (42istheanswer) | 55.73 | — | 2011-02-02 |
877. | Yume (夢) (yumeai) | 55.72 | 94% | 2011-12-23 |
878. | RRKS (rrks43) | 55.71 | 96% | 2023-05-28 |
879. | Tudor (tpavel) | 55.70 | 89% | 2015-02-02 |
880. | guu (guda) | 55.68 | — | 2011-01-30 |
881. | QWERTYsucks (codemunkie) | 55.68 | 94% | 2023-09-15 |
882. | Monkey (monkey_sama) | 55.66 | 95% | 2011-08-02 |
883. | Lukas (duckyluuk) | 55.65 | 95% | 2022-12-12 |
884. | Sun (melliw) | 55.65 | 98% | 2023-05-15 |
885. | deathnoteaccuracy (deathnot... | 55.64 | 97% | 2011-07-30 |
886. | Chiltototl (chiltototl) | 55.57 | 95% | 2023-08-11 |
887. | Samuel (alwayswimmin) | 55.53 | 94% | 2017-02-09 |
888. | Drew (drews12321) | 55.50 | 93% | 2024-08-08 |
889. | Jeremy (kaazairl) | 55.49 | 97% | 2024-06-17 |
890. | Julian (hackerzilla) | 55.48 | 95% | 2023-10-20 |
891. | Pramod Adhikari (justpramod) | 55.48 | 97% | 2025-01-12 |
892. | ⌨️🖱️ (t_0nio) | 55.45 | 95% | 2020-10-12 |
893. | Junji (mochi_with_shoyu) | 55.45 | 98% | 2024-09-25 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 8,407 | 48.93 | December 5, 2009 |
Default (English) | 5 | 73.26 | December 24, 2008 |