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 |
---|---|---|---|---|
2831. | Batsy (arnab_batsy) | 16.64 | 89% | 2024-10-17 |
2832. | samiraarancibia (samiraaran... | 16.53 | 91% | 2024-06-15 |
2833. | Priyanka (priyanka8650) | 16.24 | 91.9% | 2024-05-28 |
2834. | ScelCrafter (scelcrafter) | 16.05 | 96% | 2024-09-17 |
2835. | Sloopdoop (sloopdoop07) | 15.72 | 88% | 2024-07-31 |
2836. | Animesh (animeshjain) | 15.67 | 94% | 2024-02-14 |
2837. | logan (creed98) | 14.90 | 88% | 2013-02-13 |
2838. | last_cod (lastcoder) | 14.55 | 93% | 2024-08-02 |
2839. | Nikhil (nikhilchhabra) | 14.44 | 95% | 2023-12-24 |
2840. | yrsntei (yrsntei) | 14.25 | 88% | 2024-01-27 |
2841. | tstats[hiransi123] (hiransi... | 14.09 | 91% | 2023-07-24 |
2842. | rolex (rolex_01) | 13.99 | 94% | 2024-01-21 |
2843. | Claire (claire_07) | 13.73 | 93% | 2023-05-31 |
2844. | Kipkirui (iurik34_themah) | 11.88 | 94% | 2023-12-16 |
2845. | Danny (dxp_nitro) | 11.65 | 89% | 2023-07-12 |
2846. | noccctis (noccctis) | 11.37 | 89% | 2024-12-29 |
2847. | Robel (lilroba) | 7.26 | 94% | 2024-10-26 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 8,407 | 48.93 | December 5, 2009 |
Default (English) | 5 | 73.26 | December 24, 2008 |