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 |
---|---|---|---|---|
2978. | jerocx (jerocx) | 21.82 | 95% | 2024-05-11 |
2979. | Shivam Kumar (shshsjsjsgehj... | 21.81 | 92% | 2024-09-12 |
2980. | Teboho (teboho) | 21.80 | 96% | 2024-06-03 |
2981. | Free Palestine (halagholeh) | 21.78 | 93% | 2023-06-29 |
2982. | samia (123any) | 21.74 | 94% | 2023-05-25 |
2983. | over90 (over90) | 21.72 | — | 2011-03-17 |
2984. | Archie (tomcher) | 21.69 | 91% | 2024-11-09 |
2985. | Brennan (brundy) | 21.68 | 89% | 2023-09-25 |
2986. | Pablo Escobar (pabloescoabar) | 21.66 | 89% | 2024-10-11 |
2987. | Destruction789789 (destruct... | 21.63 | 96% | 2023-08-25 |
2988. | Ali (abth_ab) | 21.62 | 95% | 2023-11-21 |
2989. | Amandeep (mighty_aman) | 21.62 | 89% | 2023-12-27 |
2990. | Kamlesh (kamlesh504) | 21.59 | 89% | 2024-04-28 |
2991. | Sayeeb (ayaan25) | 21.57 | 90% | 2023-07-15 |
2992. | kadekwidi (lil_widhi) | 21.56 | 92% | 2024-03-21 |
2993. | Baye (baye_0) | 21.44 | 93% | 2023-12-23 |
2994. | Tambi (jcp_cs_2) | 21.37 | 91% | 2024-02-15 |
2995. | Tim (kralti) | 21.31 | 93% | 2025-01-20 |
2996. | LIORCIC (liorcic) | 21.27 | 90% | 2023-06-23 |
2997. | YASH (yash5908) | 21.25 | 91% | 2024-07-28 |
2998. | Khawla Halim (khawla_hlm) | 21.22 | 93% | 2023-05-24 |
2999. | MMR (mmr1) | 21.22 | 93.9% | 2025-05-08 |
3000. | Renn (rennmarr) | 21.20 | 96% | 2023-05-30 |
3001. | ahmed (ahmedhafez96) | 21.18 | 94% | 2023-05-28 |
3002. | Yaye (yaye2002) | 21.17 | 89% | 2024-04-28 |
3003. | DrunkDeerA75 (drunkdeer_a75) | 21.15 | 91% | 2024-01-31 |
3004. | David (devir67) | 21.14 | 99% | 2024-04-05 |
3005. | Khan Mohd Asif (er_asif318) | 21.07 | 93.3% | 2024-01-21 |
3006. | Ariane Salazar (ariane111) | 20.94 | 91.8% | 2024-05-28 |
3007. | sayan pal (sayan_pal) | 20.91 | 96% | 2023-07-29 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 8,407 | 48.93 | December 5, 2009 |
Default (English) | 5 | 73.26 | December 24, 2008 |