muchinchai (muchinchai)

Race #325

View Pit Stop page for race #325 by muchinchaiGhost race

View profile for muchinchai (muchinchai)

Official speed 72.95 wpm (25.33 seconds elapsed during race)
Without ending ping 73.43 wpm (164 ms delay sending score to TypeRacer’s server)
Timerless 75.01 wpm (532 ms elapsed before first character typed; 24.64 seconds elapsed during race)
Timerless minus one 74.53 wpm, ignoring the first character typed
Race Start December 26, 2023 9:21:18pm UTC
Race Finish December 26, 2023 9:21:44pm UTC
Outcome Win (1 of 3)
Accuracy 98.7%
Points 25.53
Text #10002 (Length: 154 characters)

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")

Characters typed import os import sys def run(program, *args): pid = os.wfork() if not pid: os.execvp(program, program =+ args) return os.wait()[0] run("python", "hello.py")
Timing
Character i m p o r t o s i m p o r t s y s d e f
Milliseconds 532 68 104 79 111 171 84 157 85 98 184 107 97 81 96 166 64 170 36 114 87 158 154 199 151
Character r u n ( p r o g r a m , * a r g s ) : p i d
Milliseconds 126 80 145 192 396 325 88 181 137 80 124 185 120 249 185 52 180 126 284 263 127 120 117 147 92
Character = o s . w -w f o r k ( ) i f n o t p i d :
Milliseconds 162 106 171 92 143 133 308 66 108 50 166 271 115 172 166 87 109 140 67 60 73 111 89 110 242
Character o s . e x e c v p ( p r o g r a m , p r o g r
Milliseconds 85 170 111 199 153 180 197 181 191 193 253 243 124 128 135 157 81 109 161 101 128 90 111 77 138
Character a m = -= + a r g s ) r e t u r n o s . w a
Milliseconds 72 165 179 289 445 177 97 130 66 167 118 286 182 199 54 159 96 105 63 197 124 128 187 130 166
Character i t ( ) [ 0 ] r u n ( " p y t h o n " , " h e
Milliseconds 95 95 191 109 418 429 300 183 336 77 143 224 317 217 169 163 106 74 105 288 293 126 275 203 123
Character l l o . p y " )
Milliseconds 112 109 138 212 373 205 228 264
WPM Timing
Seconds WPM
0.51 0
1.01 59.21
1.52 78.95
2.03 82.9
2.53 90
3.04 90.79
3.55 87.97
4.05 85.86
4.56 78.95
5.07 80.53
5.57 81.82
6.08 80.92
6.59 78.34
7.09 77.82
7.6 78.95
8.11 79.94
8.61 76.63
9.12 77.63
9.63 77.29
10.13 79.35
10.64 81.21
11.15 80.74
11.65 80.32
12.16 79.94
12.67 78.63
13.17 78.34
13.68 78.95
14.19 80.36
14.69 80.86
15.2 79.74
15.71 77.17
16.21 77.72
16.72 77.51
17.23 77.32
17.73 77.82
18.24 78.29
18.75 78.74
19.25 77.91
19.76 76.52
20.27 75.79
20.77 75.68
21.28 75
21.79 74.91
22.29 75.36
22.8 74.21
23.31 74.14
23.81 74.58
24.32 74.02
24.83 73.47
25.33 72.95