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 |
---|---|---|---|---|
1174. | Rui (trickyrlee) | 49.65 | 94% | 2024-05-21 |
1175. | Leonardo (leleoalmeida) | 49.64 | 98% | 2023-07-29 |
1176. | Keyun (keyun21) | 49.64 | 94% | 2023-06-20 |
1177. | rede (rede01) | 49.62 | 97% | 2024-04-26 |
1178. | Alex (angrynerd) | 49.59 | 93% | 2015-09-14 |
1179. | Amit (amitkumariitm) | 49.57 | 95.9% | 2025-01-16 |
1180. | Duy (azioyon) | 49.55 | 96% | 2024-06-10 |
1181. | sakhaprox (rportnoy) | 49.52 | — | 2010-12-22 |
1182. | An (annoyed) | 49.52 | — | 2009-12-26 |
1183. | Chals (djchals) | 49.52 | 98% | 2023-08-09 |
1184. | Sayan (sayan_c) | 49.47 | 95% | 2023-06-11 |
1185. | kinisslearner (kinesislearner) | 49.47 | 96% | 2024-05-03 |
1186. | YachtBoi (yachtboi) | 49.47 | 96% | 2024-12-14 |
1187. | ACC [99 - 100] (dinoh_sandys) | 49.46 | 96% | 2021-04-19 |
1188. | Benny (grenggar) | 49.44 | 95% | 2024-07-17 |
1189. | David (pejo_tech) | 49.43 | 97% | 2024-01-01 |
1190. | X (spark_mandrill) | 49.42 | 98% | 2025-05-17 |
1191. | jvsdo (Brazil) (jvsdo) | 49.41 | 92% | 2023-08-13 |
1192. | BeAst (beastspirit) | 49.40 | 94% | 2024-03-13 |
1193. | Sato2020 (sato2020) | 49.40 | 95% | 2025-02-20 |
1194. | Vellian (vellian80085) | 49.39 | 94% | 2024-05-06 |
1195. | no (prtlai) | 49.37 | 96% | 2023-07-12 |
1196. | spicyrape (spicyrape) | 49.35 | 94% | 2017-04-09 |
1197. | naxys (razumikhin) | 49.35 | 96% | 2025-01-15 |
1198. | tstats[abu_egila] (abu_egila) | 49.33 | 97% | 2023-10-17 |
1199. | r4indeer (r4indeer) | 49.31 | 93% | 2020-01-23 |
1200. | Davidson (niyx) | 49.25 | 97% | 2012-04-21 |
1201. | TheProdigyHenry (henryv70) | 49.23 | 97% | 2019-11-27 |
1202. | Alan (alanrizky) | 49.23 | 92% | 2023-05-30 |
1203. | 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 |