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 |
---|---|---|---|---|
280. | Daniel (dsat) | 72.33 | 95% | 2015-09-24 |
281. | Martin (msch) | 72.33 | — | 2009-12-23 |
282. | DNF (lam4nk) | 72.33 | 97.6% | 2024-01-01 |
283. | Ravi (ravishankarr) | 72.33 | 97.6% | 2024-07-23 |
284. | hadar (hadar759) | 72.16 | 97% | 2021-03-11 |
285. | F u r u y á (furuya) | 72.13 | 96% | 2013-06-06 |
286. | David (leepictrollexd) | 72.13 | 99% | 2020-11-20 |
287. | Volhosis (v... | 72.09 | 98% | 2017-12-29 |
288. | ghtjason (ghtjason) | 72.08 | 98% | 2023-08-29 |
289. | tstats[azhy_01] (azhy_01) | 72.02 | 98% | 2024-08-27 |
290. | BaniaTeAmo3 (camilin2002) | 71.99 | 97% | 2023-06-19 |
291. | Félix (zneak) | 71.97 | — | 2011-02-05 |
292. | sheilr (sheilr) | 71.95 | 96% | 2020-05-15 |
293. | ᚨᛚᚠᚨᛞᚺᛁᚱ (h... | 71.93 | 99% | 2022-11-26 |
294. | Zero (0gundam) | 71.89 | 93% | 2014-12-08 |
295. | dotdotdot (atuladhar1) | 71.70 | 98% | 2023-07-01 |
296. | Jono (jonodvorak) | 71.62 | 97% | 2012-07-19 |
297. | dvorak :) (lauta70) | 71.55 | 96% | 2024-12-13 |
298. | Sergito (yoonseok) | 71.55 | 98.8% | 2024-12-27 |
299. | jean (jsddfgh) | 71.52 | 98% | 2023-06-20 |
300. | Natalia (mnich47) | 71.51 | 98% | 2023-05-22 |
301. | Mr. Guest (anonymousguest) | 71.51 | 98% | 2023-07-23 |
302. | OOGLOO (matteus949) | 71.48 | 98% | 2020-11-25 |
303. | Shanon (shadowyshadows) | 71.45 | 97% | 2020-06-18 |
304. | sygi (sygi) | 71.43 | 97% | 2024-11-27 |
305. | ay (d3b1) | 71.37 | 94% | 2021-09-19 |
306. | Dieter (asheron) | 71.19 | — | 2011-02-06 |
307. | AirFilled (airfilled) | 71.13 | 97% | 2024-08-22 |
308. | Ya (natepie) | 71.09 | 95.7% | 2024-04-26 |
309. | Light (shadesoflight) | 71.05 | — | 2011-04-29 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 8,407 | 48.93 | December 5, 2009 |
Default (English) | 5 | 73.26 | December 24, 2008 |