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 |
|---|---|---|---|---|
| 1259. | Keyun (keyun21) | 49.64 | 94% | 2023-06-20 |
| 1260. | rede (rede01) | 49.62 | 97% | 2024-04-26 |
| 1261. | Sneyder Nunjar (snayder123_) | 49.60 | 95% | 2025-07-17 |
| 1262. | Alex (angrynerd) | 49.59 | 93% | 2015-09-14 |
| 1263. | Amit (amitkumariitm) | 49.57 | 95.9% | 2025-01-16 |
| 1264. | Duy (azioyon) | 49.55 | 96% | 2024-06-10 |
| 1265. | sakhaprox (rportnoy) | 49.52 | — | 2010-12-22 |
| 1266. | An (annoyed) | 49.52 | — | 2009-12-26 |
| 1267. | Chals (djchals) | 49.52 | 98% | 2023-08-09 |
| 1268. | Sayan (sayan_c) | 49.47 | 95% | 2023-06-11 |
| 1269. | kinisslearner (kinesislearner) | 49.47 | 96% | 2024-05-03 |
| 1270. | YachtBoi (yachtboi) | 49.47 | 96% | 2024-12-14 |
| 1271. | Neo (sirapat_asa) | 49.47 | 99% | 2025-07-09 |
| 1272. | ACC [99 - 100] (dinoh_sandys) | 49.46 | 96% | 2021-04-19 |
| 1273. | Benny (grenggar) | 49.44 | 95% | 2024-07-17 |
| 1274. | David (pejo_tech) | 49.43 | 97% | 2024-01-01 |
| 1275. | X (spark_mandrill) | 49.42 | 98% | 2025-05-17 |
| 1276. | jvsdo (Brazil) (jvsdo) | 49.41 | 92% | 2023-08-13 |
| 1277. | BeAst (beastspirit) | 49.40 | 94% | 2024-03-13 |
| 1278. | Sato2020 (sato2020) | 49.40 | 95% | 2025-02-20 |
| 1279. | Vellian (vellian80085) | 49.39 | 94% | 2024-05-06 |
| 1280. | no (prtlai) | 49.37 | 96% | 2023-07-12 |
| 1281. | spicyrape (spicyrape) | 49.35 | 94% | 2017-04-09 |
| 1282. | naxys (razumikhin) | 49.35 | 96% | 2025-01-15 |
| 1283. | tstats[abu_egila] (abu_egila) | 49.33 | 97% | 2023-10-17 |
| 1284. | r4indeer (r4indeer) | 49.31 | 93% | 2020-01-23 |
| 1285. | Davidson (niyx) | 49.25 | 97% | 2012-04-21 |
| 1286. | TheProdigyHenry (henryv70) | 49.23 | 97% | 2019-11-27 |
| 1287. | Alan (alanrizky) | 49.23 | 92% | 2023-05-30 |
| 1288. | a (aho1101) | 49.20 | 87% | 2011-11-16 |
| Universe | Races | Average WPM | First Race |
|---|---|---|---|
| Coder Edition | 8,407 | 48.93 | December 5, 2009 |
| Default (English) | 5 | 73.26 | December 24, 2008 |