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 |
---|---|---|---|---|
320. | Cephiro (cephiro) | 70.18 | 96% | 2011-08-03 |
321. | Anthony (xeorem) | 70.15 | 97% | 2011-07-05 |
322. | Nathan (oysterboy22) | 70.14 | 93% | 2013-09-13 |
323. | Mitch (stoopify) | 70.13 | 98% | 2013-02-11 |
324. | Hello :) (chigginnuggie) | 70.10 | 100% | 2023-07-21 |
325. | AlanHacker (alanhacker) | 70.10 | 98.2% | 2024-04-29 |
326. | मंगल से आय... | 69.97 | 97% | 2022-03-13 |
327. | Alex (alexk8) | 69.96 | 91% | 2015-07-21 |
328. | redstone (redstonewarrior) | 69.93 | 96% | 2013-12-28 |
329. | vvw (anonaxol) | 69.93 | 98% | 2025-03-21 |
330. | poem ⛈️ (storm) | 69.91 | 95% | 2019-07-20 |
331. | Victor (proglote) | 69.87 | 95% | 2013-01-11 |
332. | John (johndo3) | 69.81 | 97% | 2013-01-04 |
333. | Lien❤️Neu(2025-03-09) (... | 69.80 | 100% | 2025-01-13 |
334. | ryan (ryanlime) | 69.76 | 97% | 2024-09-12 |
335. | Дидакус (didacus) | 69.73 | 99% | 2024-05-09 |
336. | ChK (chkg2a) | 69.55 | 95.5% | 2024-03-11 |
337. | Kyle (gnulnx) | 69.46 | 92% | 2012-09-07 |
338. | :( (altrocality_dvorak_acc) | 69.44 | 95% | 2023-01-06 |
339. | Abdelmiged (z222bk) | 69.43 | 95% | 2023-06-11 |
340. | Arijit (arijit91) | 69.42 | 92% | 2014-01-22 |
341. | (poem) | 69.40 | 97% | 2019-02-14 |
342. | Eddie (ed_xyz) | 69.38 | 94.7% | 2024-03-27 |
343. | Pekky (pekkylove) | 69.35 | 97% | 2015-03-03 |
344. | David (ipanda27) | 69.30 | 96% | 2024-09-27 |
345. | GoFor (goforbroke69) | 69.29 | 99% | 2012-06-04 |
346. | beachturkey (beachtukrey) | 69.20 | 95% | 2023-06-27 |
347. | Roy (scaryroy) | 69.19 | 96% | 2024-07-20 |
348. | K'sariya (ksariya) | 69.15 | 96% | 2023-05-09 |
349. | Piotr (pitoko) | 69.08 | — | 2011-03-09 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 8,407 | 48.93 | December 5, 2009 |
Default (English) | 5 | 73.26 | December 24, 2008 |