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 |
---|---|---|---|---|
333. | मंगल से आय... | 69.97 | 97% | 2022-03-13 |
334. | Alex (alexk8) | 69.96 | 91% | 2015-07-21 |
335. | redstone (redstonewarrior) | 69.93 | 96% | 2013-12-28 |
336. | vvw (anonaxol) | 69.93 | 98% | 2025-03-21 |
337. | 🐷Technoblade never dies... | 69.91 | 95% | 2019-07-20 |
338. | Victor (proglote) | 69.87 | 95% | 2013-01-11 |
339. | John (johndo3) | 69.81 | 97% | 2013-01-04 |
340. | Lien❤️Neu(2025-04-21) (... | 69.80 | 100% | 2025-01-13 |
341. | ryan (ryanlime) | 69.76 | 97% | 2024-09-12 |
342. | Дидакус (didacus) | 69.73 | 99% | 2024-05-09 |
343. | ChK (chkg2a) | 69.55 | 95.5% | 2024-03-11 |
344. | Kyle (gnulnx) | 69.46 | 92% | 2012-09-07 |
345. | :( (altrocality_dvorak_acc) | 69.44 | 95% | 2023-01-06 |
346. | GEDO (z222bk) | 69.43 | 95.4% | 2023-06-11 |
347. | Arijit (arijit91) | 69.42 | 92% | 2014-01-22 |
348. | VERISTUN FAN (poem) | 69.40 | 97% | 2019-02-14 |
349. | Eddie (ed_xyz) | 69.38 | 94.7% | 2024-03-27 |
350. | Pekky (pekkylove) | 69.35 | 97% | 2015-03-03 |
351. | David (ipanda27) | 69.30 | 96% | 2024-09-27 |
352. | GoFor (goforbroke69) | 69.29 | 99% | 2012-06-04 |
353. | beachturkey (beachtukrey) | 69.20 | 95% | 2023-06-27 |
354. | Roy (scaryroy) | 69.19 | 96% | 2024-07-20 |
355. | K'sariya (ksariya) | 69.15 | 96% | 2023-05-09 |
356. | Piotr (pitoko) | 69.08 | — | 2011-03-09 |
357. | Alex Dong (kiiri1220) | 69.06 | 96% | 2024-08-02 |
358. | Billy (wayrus) | 68.93 | 97% | 2023-02-09 |
359. | selphy (selphy) | 68.89 | 91% | 2012-12-28 |
360. | Manuel (manguy0705) | 68.83 | 97% | 2023-06-26 |
361. | Suren (strongsuren) | 68.80 | 98% | 2023-10-12 |
362. | Stefan Jovanović (stefanst... | 68.79 | 94% | 2023-08-22 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 8,407 | 48.93 | December 5, 2009 |
Default (English) | 5 | 73.26 | December 24, 2008 |