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 |
---|---|---|---|---|
2359. | Kyle (bigboiblue) | 33.08 | 93% | 2019-09-13 |
2360. | Jeramy (jeramy_with_an_a) | 33.08 | 91% | 2022-03-10 |
2361. | Ashu (asaral) | 33.07 | 93% | 2023-07-21 |
2362. | Vicky (iamvicky) | 33.06 | 91% | 2013-03-08 |
2363. | Coovis (coovis) | 33.06 | 93% | 2012-03-31 |
2364. | Crazy_aashish (racerft_me) | 33.06 | 92.2% | 2024-05-22 |
2365. | Cheng (srain) | 33.05 | 98% | 2012-06-17 |
2366. | Cody (kingbear2) | 33.04 | 93% | 2023-12-13 |
2367. | Lotus (lotusanimations) | 33.04 | 95% | 2024-03-22 |
2368. | Dave (crazy_dave) | 33.01 | 94% | 2011-05-20 |
2369. | Aaron (saint8900) | 33.00 | 91% | 2012-02-20 |
2370. | macintosh (puppy23) | 33.00 | 93% | 2024-06-01 |
2371. | Bright (_br1ght_) | 32.98 | 94% | 2024-10-14 |
2372. | Matt (sitepoint) | 32.92 | 91% | 2013-10-24 |
2373. | Shivam R k (shshsjksjsba) | 32.92 | 95% | 2024-11-22 |
2374. | StrawberryPH (strawberry_ph) | 32.87 | 96% | 2024-10-14 |
2375. | murali (murali125) | 32.86 | 93% | 2013-01-06 |
2376. | Mikiel Cutajar (studict) | 32.86 | 95% | 2024-12-13 |
2377. | Muhammad (as7771) | 32.84 | 91% | 2013-11-26 |
2378. | rsync (rsync) | 32.83 | 94% | 2013-03-01 |
2379. | viku (bluesky990) | 32.81 | 95% | 2024-03-07 |
2380. | Caden (polariskek) | 32.77 | 90% | 2023-07-20 |
2381. | jaselsss (jasssel) | 32.73 | 94% | 2025-06-06 |
2382. | Darrive (darrive) | 32.69 | 96% | 2013-08-10 |
2383. | PYTHON (_chuyuehan) | 32.69 | 92% | 2023-07-12 |
2384. | LACHIMOLALA (nibha_ot7_suns... | 32.69 | 96% | 2024-01-04 |
2385. | bmax (bmax) | 32.68 | 95% | 2021-11-18 |
2386. | DENNIS (dennis123123) | 32.67 | 93% | 2023-07-11 |
2387. | Ryan (firestarshadow) | 32.66 | 92% | 2023-08-22 |
2388. | kK6e6n6n6y (k6e6n6n6y) | 32.65 | 92% | 2012-08-13 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 8,407 | 48.93 | December 5, 2009 |
Default (English) | 5 | 73.26 | December 24, 2008 |