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 |
---|---|---|---|---|
97. | Lydia (shiruzu) | 85.28 | 99.4% | 2024-05-13 |
98. | Zefew (zephew) | 85.26 | 98% | 2023-10-03 |
99. | phlofy (phlofy) | 85.20 | 97% | 2020-11-20 |
100. | SalmanMKC (hellothen) | 85.17 | 97.1% | 2024-02-12 |
101. | Misha (mishafb) | 85.13 | 95% | 2020-11-25 |
102. | PhilliesMagic (fightin_phils) | 85.08 | — | 2010-12-22 |
103. | Josef (jo5ef) | 85.05 | — | 2011-04-30 |
104. | Rsc (rstacruz) | 85.04 | 99% | 2017-08-31 |
105. | jcoimbra (jcoimbra) | 85.00 | — | 2011-01-29 |
106. | Zoë (boramis) | 84.90 | 97% | 2012-12-28 |
107. | sneakyevil (sneakyevil1337) | 84.85 | 97% | 2024-03-08 |
108. | Steve (serialkiller) | 84.53 | 96% | 2012-04-21 |
109. | Davis (dyoshida) | 84.48 | 99% | 2020-01-09 |
110. | Jetmode🐊🐍 (botpro) | 84.33 | 96.6% | 2024-04-05 |
111. | :) (bavadin) | 84.30 | 97% | 2020-01-02 |
112. | john (nothisisjohn) | 84.21 | 97% | 2021-01-30 |
113. | little_kiwi (little_kiwi) | 84.05 | 93% | 2011-05-30 |
114. | Dan! (◕‿◕✿) (danilo... | 84.01 | — | 2011-01-29 |
115. | Steven (whathecode) | 83.90 | 100% | 2011-07-25 |
116. | Leo (leo8786) | 83.85 | 98% | 2020-10-13 |
117. | ^_^ (rainbowdashc) | 83.43 | 91% | 2014-03-10 |
118. | LB (man_onatree) | 83.41 | 99% | 2023-06-01 |
119. | Reimu (sekolyn) | 83.31 | 99% | 2017-12-18 |
120. | Alluseri (alluseri) | 83.21 | 96% | 2024-03-16 |
121. | Nathan (thecodingwizard) | 83.12 | 95% | 2023-06-05 |
122. | chillin (slekap) | 83.05 | 96% | 2020-09-01 |
123. | Byron (reckful) | 83.03 | 94% | 2015-08-22 |
124. | Razvan (forreckful) | 82.93 | 98% | 2023-11-30 |
125. | LeSirH (lesirh) | 82.91 | 96% | 2019-09-02 |
126. | Դավիթ (seyranyandavid) | 82.79 | 98.7% | 2024-04-19 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 8,407 | 48.93 | December 5, 2009 |
Default (English) | 5 | 73.26 | December 24, 2008 |