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