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. | Roy (scaryroy) | 69.19 | 96% | 2024-07-20 |
354. | K'sariya (ksariya) | 69.15 | 96% | 2023-05-09 |
355. | Piotr (pitoko) | 69.08 | — | 2011-03-09 |
356. | Alex Dong (kiiri1220) | 69.06 | 96% | 2024-08-02 |
357. | Billy (wayrus) | 68.93 | 97% | 2023-02-09 |
358. | selphy (selphy) | 68.89 | 91% | 2012-12-28 |
359. | Manuel (manguy0705) | 68.83 | 97% | 2023-06-26 |
360. | Suren (strongsuren) | 68.80 | 98% | 2023-10-12 |
361. | Stefan Jovanović (stefanst... | 68.79 | 94% | 2023-08-22 |
362. | Nazif (negative_hp) | 68.74 | 96% | 2025-02-26 |
363. | Amaru (lovebro) | 68.69 | 98% | 2023-10-19 |
364. | dubs (fatdubs) | 68.60 | 96% | 2021-02-23 |
365. | Nikhil (quill_workman) | 68.60 | 99% | 2023-06-20 |
366. | tPenguinLTG (tpenguinltg) | 68.58 | 92% | 2016-10-07 |
367. | hexanut (hexanut) | 68.57 | 96% | 2024-10-27 |
368. | yanganyi (yanganyi) | 68.54 | 98% | 2024-05-21 |
369. | 🌹Save Gave🥀 (ayraa) | 68.50 | 99% | 2022-04-17 |
370. | (dso093) | 68.50 | 97% | 2024-12-29 |
371. | Andrew (supr3m3k1mch1) | 68.47 | — | 2011-03-18 |
372. | Heath (heathcorp) | 68.41 | 99% | 2024-10-21 |
373. | kewl (hyper_racer) | 68.38 | 98% | 2019-07-20 |
374. | Justin🍝 (eliteshrimp) | 68.38 | 97% | 2023-07-30 |
375. | 00char (00char) | 68.37 | 99% | 2024-01-10 |
376. | Kasper (kasmura) | 68.34 | 98% | 2024-03-10 |
377. | Folco (skylazzz) | 68.24 | 97% | 2017-02-17 |
378. | David (bigd4316) | 68.17 | — | 2011-01-28 |
379. | Mohammad (alamin_typist) | 68.16 | 99% | 2018-11-17 |
380. | Extant (extant) | 68.16 | — | 2011-04-21 |
381. | Wiggle (insy2) | 68.14 | — | 2011-04-11 |
382. | Lyndon (lyndonf) | 68.07 | 96% | 2023-09-18 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 8,407 | 48.93 | December 5, 2009 |
Default (English) | 5 | 73.26 | December 24, 2008 |