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 |
---|---|---|---|---|
993. | Kevin (kevbmat) | 53.18 | 96% | 2024-08-22 |
994. | Nick (nickle825) | 53.15 | 99% | 2023-08-03 |
995. | Complex (eshimelis) | 53.09 | 94% | 2015-07-14 |
996. | Phillip (littlebigphil) | 53.08 | 96% | 2016-02-15 |
997. | Sparsh (sparsh123) | 53.08 | 98% | 2021-02-09 |
998. | meowmiew (meowmiew) | 53.07 | 97% | 2023-06-14 |
999. | tretorn (tretorn) | 53.07 | 93% | 2023-07-05 |
1000. | Anton Laptop (twisted_laptop) | 53.05 | 97% | 2024-06-03 |
1001. | Alaska Young (soner) | 53.01 | 93% | 2013-05-13 |
1002. | Zak (zracerr) | 52.89 | 98% | 2024-12-14 |
1003. | Jessica (lechjeda) | 52.84 | 96% | 2015-02-09 |
1004. | typah123 (typah12345) | 52.83 | 96% | 2023-07-31 |
1005. | syrianii (syrianii) | 52.81 | 99% | 2022-01-02 |
1006. | Abby (abbyyfowlerr) | 52.78 | 95% | 2024-01-07 |
1007. | APPLE (ytfox_roller) | 52.77 | 95% | 2023-12-12 |
1008. | E (vtmsciguy) | 52.71 | — | 2011-01-28 |
1009. | Devin (itsdanerd) | 52.70 | 97% | 2017-11-08 |
1010. | saeed (saeedhsv) | 52.69 | 96.4% | 2024-02-21 |
1011. | dvorak25 (dvorak25) | 52.69 | 96% | 2025-05-04 |
1012. | Ppantnt (ppantnt) | 52.67 | 92% | 2023-10-23 |
1013. | Alfredo 🎉 (zalfredo) | 52.66 | 95% | 2018-03-24 |
1014. | Sugar (humble) | 52.66 | 87% | 2012-04-05 |
1015. | Cols (cols1) | 52.66 | 94% | 2023-06-28 |
1016. | Slow Joe (slow_joe) | 52.62 | 91% | 2013-06-07 |
1017. | Tlimoss (psycom) | 52.61 | 98% | 2024-07-18 |
1018. | Palani007 (palani007) | 52.60 | 95% | 2024-01-28 |
1019. | typeyMcTypeFace (mslib9) | 52.58 | 95% | 2016-08-24 |
1020. | Yashwanth (yashspeedy) | 52.56 | 95% | 2023-08-06 |
1021. | Erik (eglimpse) | 52.52 | 96% | 2012-01-13 |
1022. | emyrr (emyrrr) | 52.52 | 92% | 2022-10-17 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 8,407 | 48.93 | December 5, 2009 |
Default (English) | 5 | 73.26 | December 24, 2008 |