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 |
---|---|---|---|---|
3089. | Animesh (animeshjain) | 15.67 | 94% | 2024-02-14 |
3090. | Malay Lad (malay_lad) | 15.41 | 95% | 2025-05-19 |
3091. | liiz mariela perez gervacio... | 15.14 | 94% | 2025-05-19 |
3092. | logan (creed98) | 14.90 | 88% | 2013-02-13 |
3093. | last_cod (lastcoder) | 14.55 | 93% | 2024-08-02 |
3094. | Nikhil (nikhilchhabra) | 14.44 | 95% | 2023-12-24 |
3095. | yrsntei (yrsntei) | 14.25 | 88% | 2024-01-27 |
3096. | tstats[hiransi123] (hiransi... | 14.09 | 91% | 2023-07-24 |
3097. | rolex (rolex_01) | 13.99 | 94% | 2024-01-21 |
3098. | __Areej__ (reeja_elgh) | 13.87 | 90% | 2023-08-09 |
3099. | Claire (claire_07) | 13.73 | 93% | 2023-05-31 |
3100. | abdiwak (abdiwak34) | 12.61 | 94% | 2023-08-09 |
3101. | Kipkirui (iurik34_themah) | 11.88 | 94% | 2023-12-16 |
3102. | Danny (dxp_nitro) | 11.65 | 89% | 2023-07-12 |
3103. | noccctis (noccctis) | 11.37 | 89% | 2024-12-29 |
3104. | Mohammed Magdi Rashad (moha... | 10.80 | 95% | 2023-06-20 |
3105. | 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 |