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 |
---|---|---|---|---|
181. | Andy (andythedinosaur) | 77.74 | 97% | 2017-04-10 |
182. | Orgalorrrrg (orgalorg) | 77.70 | 100% | 2024-07-22 |
183. | . (qwertrewq) | 77.68 | 99% | 2012-09-28 |
184. | RAMs3c (xander360) | 77.68 | 99% | 2025-01-12 |
185. | Tamber (tamber) | 77.53 | 98% | 2012-01-12 |
186. | Luis (duther) | 77.45 | 94% | 2012-09-28 |
187. | Purag (purag) | 77.38 | 98% | 2024-08-02 |
188. | Audris (iamaudris) | 77.37 | 98% | 2024-08-02 |
189. | i love typing!!! (hebibuki) | 77.26 | 97% | 2024-12-19 |
190. | marius (marius_) | 77.09 | 96% | 2011-05-21 |
191. | Abhilash (abhilashr) | 77.08 | 98% | 2024-08-02 |
192. | tstats[fuexfollets] (fuexfo... | 77.07 | 97% | 2023-08-09 |
193. | unseasoned lawyer (dindondoe) | 77.01 | 96% | 2021-12-23 |
194. | Max (statutory) | 76.97 | 88% | 2017-05-31 |
195. | Epheph (eph9mtg) | 76.94 | 99% | 2015-12-30 |
196. | ASDFG (jassanna) | 76.93 | 96% | 2011-12-08 |
197. | forgedstudios.com/vote (kry... | 76.85 | 97% | 2024-06-06 |
198. | N/A (notapplicable) | 76.77 | 96% | 2018-11-23 |
199. | icebox (flsf) | 76.65 | 98% | 2019-04-28 |
200. | Anand (anandoza) | 76.61 | 97% | 2014-06-19 |
201. | sudo (sudooo) | 76.57 | 98% | 2024-05-26 |
202. | c4 (noobgalaxy) | 76.45 | 94% | 2011-10-14 |
203. | Ahnaf (ahnaf75) | 76.40 | 99.4% | 2025-01-24 |
204. | Jesse (j_sse) | 76.34 | 96% | 2024-04-23 |
205. | (cr0cka) | 76.31 | 96% | 2019-07-20 |
206. | unfrog (unfrog) | 76.27 | 98% | 2017-11-21 |
207. | Guillermo (schobzax) | 76.23 | 93% | 2016-04-11 |
208. | NebulaGrey (dmorrow3) | 76.21 | 98% | 2017-10-31 |
209. | (4lsi3w544lwi4lk) | 76.13 | 98% | 2021-09-07 |
210. | Scott (swolchok) | 76.10 | — | 2009-12-23 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 8,407 | 48.93 | December 5, 2009 |
Default (English) | 5 | 73.26 | December 24, 2008 |