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 |
---|---|---|---|---|
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 |
211. | Juha (predikt) | 76.00 | — | 2011-02-06 |
212. | Rob (liquid29) | 75.73 | 92% | 2015-08-24 |
213. | Nickolai (headrush) | 75.68 | 98% | 2024-05-16 |
214. | Minnie (dalamus) | 75.65 | 97% | 2019-07-11 |
215. | Cuyler (trekkie) | 75.63 | 97% | 2011-08-13 |
216. | Aren (tl8xv) | 75.62 | 98% | 2023-05-23 |
217. | supraaxdd (supraaxdd) | 75.60 | 100% | 2024-08-27 |
218. | w (artemisfowl3rd) | 75.57 | 94% | 2013-12-13 |
219. | Albertus (ioie98) | 75.52 | 95% | 2015-10-20 |
220. | Insy (insy) | 75.43 | — | 2011-01-28 |
221. | Douglas (douglassegatto) | 75.32 | 84% | 2013-01-21 |
222. | Milos (xcoder) | 75.31 | — | 2011-02-18 |
223. | TC (tccaetano) | 75.31 | 95% | 2011-10-13 |
224. | Vishal Singh Adhikari (vizz... | 75.31 | 99% | 2024-05-09 |
225. | SeeStarz (mfahrim) | 75.31 | 95% | 2024-11-29 |
226. | KTH (kthmanish) | 75.20 | 99% | 2024-08-08 |
227. | xlsv (asilvano) | 75.19 | 96% | 2024-09-30 |
228. | Jacky (jackyx5724) | 75.15 | 99% | 2011-08-13 |
229. | gavinc (klontz) | 75.12 | 93% | 2020-11-18 |
230. | Shoemaker-Levy 9 (atthetop) | 75.09 | 95% | 2018-11-01 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 8,407 | 48.93 | December 5, 2009 |
Default (English) | 5 | 73.26 | December 24, 2008 |