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 |
---|---|---|---|---|
2131. | Zeyad (zeyad_mohamed) | 36.33 | 92% | 2023-06-01 |
2132. | Samad (samad_20) | 36.33 | 96% | 2021-08-30 |
2133. | mort (mort96) | 36.31 | 90% | 2013-12-28 |
2134. | kleeon (kleeon) | 36.31 | 92% | 2023-10-23 |
2135. | into-the-abyss (_yash_) | 36.30 | 96% | 2023-06-02 |
2136. | AR (h_u_h_) | 36.29 | 93% | 2024-03-19 |
2137. | Gaurav (gv_vik) | 36.28 | 96% | 2023-07-09 |
2138. | Joshua (joshuakael) | 36.26 | 91% | 2023-09-23 |
2139. | KK (krina521) | 36.26 | 94% | 2023-05-26 |
2140. | SmiLeCraFt (smilecraft) | 36.25 | 94% | 2024-02-13 |
2141. | fourier (fourier55) | 36.23 | 96% | 2023-10-03 |
2142. | Kevin (kevinrangel88) | 36.20 | 95% | 2023-09-17 |
2143. | NTLG1 (ntlg1) | 36.20 | 93% | 2025-02-28 |
2144. | Loliass (loliass) | 36.20 | 93% | 2023-07-13 |
2145. | Steve (stevez65) | 36.18 | 95% | 2024-04-18 |
2146. | Ahmed (e_elashra1) | 36.16 | 94.1% | 2025-05-12 |
2147. | :O (tomaski_) | 36.15 | 94% | 2024-04-04 |
2148. | Unknown Person (iamikey7) | 36.13 | 98% | 2024-04-08 |
2149. | Daniel (omnomnominous) | 36.12 | 94% | 2012-03-11 |
2150. | TargiX (targix) | 36.12 | 94% | 2023-11-13 |
2151. | (sura5) | 36.08 | 92% | 2022-02-17 |
2152. | carbonmonkey (carbonmonkey) | 36.08 | 98% | 2023-03-06 |
2153. | Bryson (kingfish) | 36.07 | 91% | 2012-03-04 |
2154. | bang lanner (bangglanner) | 36.05 | 94% | 2024-11-09 |
2155. | Senpai~~ (_senpai__) | 35.99 | 94% | 2023-08-29 |
2156. | kamen (leoloveslea) | 35.95 | 95% | 2023-11-15 |
2157. | scottie (scottie584) | 35.93 | 88% | 2013-06-02 |
2158. | dani (dani32) | 35.90 | 96% | 2023-07-04 |
2159. | Speedcuber (marzuq_speedcuber) | 35.89 | 95% | 2023-12-31 |
2160. | netbook (netbook) | 35.88 | — | 2011-04-10 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 8,407 | 48.93 | December 5, 2009 |
Default (English) | 5 | 73.26 | December 24, 2008 |