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 |
---|---|---|---|---|
104. | Zoë (boramis) | 84.90 | 97% | 2012-12-28 |
105. | sneakyevil (sneakyevil1337) | 84.85 | 97% | 2024-03-08 |
106. | Steve (serialkiller) | 84.53 | 96% | 2012-04-21 |
107. | Davis (dyoshida) | 84.48 | 99% | 2020-01-09 |
108. | Jetmode🐊🐍นานย... | 84.33 | 96.6% | 2024-04-05 |
109. | :) (bavadin) | 84.30 | 97% | 2020-01-02 |
110. | john (nothisisjohn) | 84.21 | 97% | 2021-01-30 |
111. | little_kiwi (little_kiwi) | 84.05 | 93% | 2011-05-30 |
112. | Dan! (◕‿◕✿) (danilo... | 84.01 | — | 2011-01-29 |
113. | Steven (whathecode) | 83.90 | 100% | 2011-07-25 |
114. | Leo (leo8786) | 83.85 | 98% | 2020-10-13 |
115. | ^_^ (rainbowdashc) | 83.43 | 91% | 2014-03-10 |
116. | LB (man_onatree) | 83.41 | 99% | 2023-06-01 |
117. | Reimu (sekolyn) | 83.31 | 99% | 2017-12-18 |
118. | Alluseri (alluseri) | 83.21 | 96% | 2024-03-16 |
119. | Nathan (thecodingwizard) | 83.12 | 95% | 2023-06-05 |
120. | chillin (slekap) | 83.05 | 96% | 2020-09-01 |
121. | Byron (reckful) | 83.03 | 94% | 2015-08-22 |
122. | Razvan (forreckful) | 82.93 | 98% | 2023-11-30 |
123. | LeSirH (lesirh) | 82.91 | 96% | 2019-09-02 |
124. | rn1hd (rnk1hd) | 82.91 | 98% | 2023-05-25 |
125. | Դավիթ (seyranyandavid) | 82.79 | 98.7% | 2024-04-19 |
126. | Jacob (vanosgaming2014) | 82.65 | 95% | 2022-01-15 |
127. | Moon (rodraix) | 82.65 | 96% | 2024-10-19 |
128. | Kµkkain (tsvuk) | 82.63 | — | 2011-01-28 |
129. | Matt (stormblooper) | 82.59 | 98% | 2013-05-24 |
130. | so be it (despot) | 82.59 | 97% | 2023-11-25 |
131. | shashinagraj (nagrajshashi) | 82.58 | 99% | 2023-08-09 |
132. | おやすみ (ishki) | 82.57 | 95% | 2012-02-28 |
133. | potato (omgpotatoes) | 82.57 | 98% | 2018-01-06 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 8,407 | 48.93 | December 5, 2009 |
Default (English) | 5 | 73.26 | December 24, 2008 |