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 |
---|---|---|---|---|
345. | GEDO (z222bk) | 69.43 | 95.4% | 2023-06-11 |
346. | Arijit (arijit91) | 69.42 | 92% | 2014-01-22 |
347. | VERISTUN FAN (poem) | 69.40 | 97% | 2019-02-14 |
348. | Eddie (ed_xyz) | 69.38 | 94.7% | 2024-03-27 |
349. | Pekky (pekkylove) | 69.35 | 97% | 2015-03-03 |
350. | David (ipanda27) | 69.30 | 96% | 2024-09-27 |
351. | GoFor (goforbroke69) | 69.29 | 99% | 2012-06-04 |
352. | beachturkey (beachtukrey) | 69.20 | 95% | 2023-06-27 |
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. | 🌹パレスチナと🥀 ... | 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 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 8,407 | 48.93 | December 5, 2009 |
Default (English) | 5 | 73.26 | December 24, 2008 |