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