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 |
|---|---|---|---|---|
| 374. | Piotr (pitoko) | 69.08 | — | 2011-03-09 |
| 375. | Alex Dong (kiiri1220) | 69.06 | 96% | 2024-08-02 |
| 376. | Billy (wayrus) | 68.93 | 97% | 2023-02-09 |
| 377. | selphy (selphy) | 68.89 | 91% | 2012-12-28 |
| 378. | Manuel (manguy0705) | 68.83 | 97% | 2023-06-26 |
| 379. | Suren (strongsuren) | 68.80 | 98% | 2023-10-12 |
| 380. | Stefan Jovanović (stefanst... | 68.79 | 94% | 2023-08-22 |
| 381. | Nazif (negative_hp) | 68.74 | 96% | 2025-02-26 |
| 382. | Amaru (lovebro) | 68.69 | 98% | 2023-10-19 |
| 383. | dubs (fatdubs) | 68.60 | 96% | 2021-02-23 |
| 384. | Nikhil (quill_workman) | 68.60 | 99% | 2023-06-20 |
| 385. | tPenguinLTG (tpenguinltg) | 68.58 | 92% | 2016-10-07 |
| 386. | hexanut (hexanut) | 68.57 | 96% | 2024-10-27 |
| 387. | yanganyi (yanganyi) | 68.54 | 98% | 2024-05-21 |
| 388. | 🌹Ayra (ayraa) | 68.50 | 99% | 2022-04-17 |
| 389. | (dso093) | 68.50 | 97% | 2024-12-29 |
| 390. | Andrew (supr3m3k1mch1) | 68.47 | — | 2011-03-18 |
| 391. | Heath (heathcorp) | 68.41 | 99% | 2024-10-21 |
| 392. | kewl (hyper_racer) | 68.38 | 98% | 2019-07-20 |
| 393. | Justin🍝 (eliteshrimp) | 68.38 | 97% | 2023-07-30 |
| 394. | 00char (00char) | 68.37 | 99% | 2024-01-10 |
| 395. | Kasper (kasmura) | 68.34 | 98% | 2024-03-10 |
| 396. | Folco (skylazzz) | 68.24 | 97% | 2017-02-17 |
| 397. | David (bigd4316) | 68.17 | — | 2011-01-28 |
| 398. | Mohammad (alamin_typist) | 68.16 | 99% | 2018-11-17 |
| 399. | Extant (extant) | 68.16 | — | 2011-04-21 |
| 400. | MikeDee (mike_dee) | 68.16 | 98% | 2025-10-16 |
| 401. | Wiggle (insy2) | 68.14 | — | 2011-04-11 |
| 402. | Lyndon (lyndonf) | 68.07 | 96% | 2023-09-18 |
| 403. | Karl (kistenklaus) | 68.04 | 95% | 2025-02-09 |
| Universe | Races | Average WPM | First Race |
|---|---|---|---|
| Coder Edition | 8,407 | 48.93 | December 5, 2009 |
| Default (English) | 5 | 73.26 | December 24, 2008 |