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 |
|---|---|---|---|---|
| 353. | John (johndo3) | 69.81 | 97% | 2013-01-04 |
| 354. | Lien❤️Neu(2025-04-21) (... | 69.80 | 100% | 2025-01-13 |
| 355. | ryan (ryanlime) | 69.76 | 97% | 2024-09-12 |
| 356. | Дидакус (didacus) | 69.73 | 99% | 2024-05-09 |
| 357. | Tonyinqsss (tonyinqsss) | 69.57 | 96% | 2025-05-31 |
| 358. | ChK (chkg2a) | 69.55 | 95.5% | 2024-03-11 |
| 359. | Kyle (gnulnx) | 69.46 | 92% | 2012-09-07 |
| 360. | :( (altrocality_dvorak_acc) | 69.44 | 95% | 2023-01-06 |
| 361. | GEDO (z222bk) | 69.43 | 95.4% | 2023-06-11 |
| 362. | Arijit (arijit91) | 69.42 | 92% | 2014-01-22 |
| 363. | (poem) | 69.40 | 97% | 2019-02-14 |
| 364. | Eddie (ed_xyz) | 69.38 | 94.7% | 2024-03-27 |
| 365. | Pekky (pekkylove) | 69.35 | 97% | 2015-03-03 |
| 366. | David (ipanda27) | 69.30 | 96% | 2024-09-27 |
| 367. | GoFor (goforbroke69) | 69.29 | 99% | 2012-06-04 |
| 368. | beachturkey (beachtukrey) | 69.20 | 95% | 2023-06-27 |
| 369. | Roy (scaryroy) | 69.19 | 96% | 2024-07-20 |
| 370. | K'sariya (ksariya) | 69.15 | 96% | 2023-05-09 |
| 371. | Piotr (pitoko) | 69.08 | — | 2011-03-09 |
| 372. | Alex Dong (kiiri1220) | 69.06 | 96% | 2024-08-02 |
| 373. | Billy (wayrus) | 68.93 | 97% | 2023-02-09 |
| 374. | selphy (selphy) | 68.89 | 91% | 2012-12-28 |
| 375. | Manuel (manguy0705) | 68.83 | 97% | 2023-06-26 |
| 376. | Suren (strongsuren) | 68.80 | 98% | 2023-10-12 |
| 377. | Stefan Jovanović (stefanst... | 68.79 | 94% | 2023-08-22 |
| 378. | Nazif (negative_hp) | 68.74 | 96% | 2025-02-26 |
| 379. | Amaru (lovebro) | 68.69 | 98% | 2023-10-19 |
| 380. | dubs (fatdubs) | 68.60 | 96% | 2021-02-23 |
| 381. | Nikhil (quill_workman) | 68.60 | 99% | 2023-06-20 |
| 382. | tPenguinLTG (tpenguinltg) | 68.58 | 92% | 2016-10-07 |
| Universe | Races | Average WPM | First Race |
|---|---|---|---|
| Coder Edition | 8,407 | 48.93 | December 5, 2009 |
| Default (English) | 5 | 73.26 | December 24, 2008 |