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 |
---|---|---|---|---|
246. | Albert (hsabove) | 74.19 | 96% | 2023-11-05 |
247. | Ben (benjkcw) | 74.12 | 97% | 2017-10-06 |
248. | Lee (cytokid101) | 74.07 | 93% | 2011-06-18 |
249. | Alex (pumaking49) | 74.05 | 90% | 2013-08-03 |
250. | 100 (soulitzer3) | 74.04 | 97% | 2017-01-26 |
251. | Wumbo (jap23) | 73.97 | 98% | 2015-05-04 |
252. | Alexey (reggies) | 73.91 | 96% | 2014-10-12 |
253. | Martin (mpgo13) | 73.86 | — | 2011-04-30 |
254. | chien (chien) | 73.80 | 97% | 2013-08-23 |
255. | Ryan (chrissypoopoo) | 73.66 | 97% | 2023-09-15 |
256. | Michael (mouzshin) | 73.65 | 96% | 2013-04-22 |
257. | صَقْرُ السُّرْ... | 73.61 | 99% | 2024-09-14 |
258. | Chong (ahzong) | 73.51 | 97% | 2020-11-22 |
259. | because... (3agwa_79) | 73.47 | 98% | 2023-05-30 |
260. | Fxh7+ (bossrubik) | 73.41 | 97% | 2013-03-07 |
261. | ihateonyou (ihateonyou) | 73.41 | 97% | 2023-07-15 |
262. | Typhoid (typhoid) | 73.36 | 99% | 2021-08-08 |
263. | Userzin (userzin) | 73.28 | 97% | 2021-10-19 |
264. | Julian (robthephysician) | 73.26 | 96% | 2025-01-23 |
265. | omgracer (omgracer) | 73.18 | 99% | 2024-12-04 |
266. | Zgjim (zgjim) | 73.09 | — | 2011-02-03 |
267. | Kevin (kman324) | 73.01 | 99% | 2013-08-01 |
268. | George (djoka14) | 73.01 | 96% | 2025-01-14 |
269. | muchinchai (muchinchai) | 72.95 | 98.7% | 2023-12-26 |
270. | Sean (djallstar) | 72.89 | 97% | 2013-02-12 |
271. | (nt_chill) | 72.67 | 95% | 2023-06-29 |
272. | Gordan (gtrain) | 72.60 | 97% | 2019-05-07 |
273. | FMURTADHO (fmurtadho) | 72.60 | 99% | 2025-03-01 |
274. | Jon (zzrdvark) | 72.58 | — | 2011-04-10 |
275. | lptp (dragoncityjose1738) | 72.54 | 97% | 2023-09-26 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 8,407 | 48.93 | December 5, 2009 |
Default (English) | 5 | 73.26 | December 24, 2008 |