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 |
---|---|---|---|---|
1177. | Mamaafrica (mamaafrica) | 49.89 | 97.1% | 2024-05-03 |
1178. | Ringo (greenberry) | 49.88 | 93% | 2013-12-16 |
1179. | Slow Typist ツ (dasasd1) | 49.87 | 92% | 2023-07-09 |
1180. | Renan (mirawa) | 49.82 | 94% | 2011-08-18 |
1181. | Nikolaus (bak15351) | 49.80 | 97% | 2024-01-26 |
1182. | Mila (woodwinds) | 49.78 | 100% | 2014-03-02 |
1183. | Johnny Sins (sins621) | 49.78 | 98% | 2024-12-12 |
1184. | obh (_r_s_) | 49.77 | 91% | 2011-05-07 |
1185. | Lorenz (lorenztheexplorer) | 49.75 | 96% | 2024-08-02 |
1186. | monkescripts (monkescripts) | 49.72 | 96% | 2024-01-11 |
1187. | Raunak (englishassignment) | 49.67 | 92% | 2023-06-09 |
1188. | Rui (trickyrlee) | 49.65 | 94% | 2024-05-21 |
1189. | Leonardo (leleoalmeida) | 49.64 | 98% | 2023-07-29 |
1190. | Keyun (keyun21) | 49.64 | 94% | 2023-06-20 |
1191. | rede (rede01) | 49.62 | 97% | 2024-04-26 |
1192. | Alex (angrynerd) | 49.59 | 93% | 2015-09-14 |
1193. | Amit (amitkumariitm) | 49.57 | 95.9% | 2025-01-16 |
1194. | Duy (azioyon) | 49.55 | 96% | 2024-06-10 |
1195. | sakhaprox (rportnoy) | 49.52 | — | 2010-12-22 |
1196. | An (annoyed) | 49.52 | — | 2009-12-26 |
1197. | Chals (djchals) | 49.52 | 98% | 2023-08-09 |
1198. | Sayan (sayan_c) | 49.47 | 95% | 2023-06-11 |
1199. | kinisslearner (kinesislearner) | 49.47 | 96% | 2024-05-03 |
1200. | YachtBoi (yachtboi) | 49.47 | 96% | 2024-12-14 |
1201. | ACC [99 - 100] (dinoh_sandys) | 49.46 | 96% | 2021-04-19 |
1202. | Benny (grenggar) | 49.44 | 95% | 2024-07-17 |
1203. | David (pejo_tech) | 49.43 | 97% | 2024-01-01 |
1204. | X (spark_mandrill) | 49.42 | 98% | 2025-05-17 |
1205. | jvsdo (Brazil) (jvsdo) | 49.41 | 92% | 2023-08-13 |
1206. | BeAst (beastspirit) | 49.40 | 94% | 2024-03-13 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 8,407 | 48.93 | December 5, 2009 |
Default (English) | 5 | 73.26 | December 24, 2008 |