vloek (tikpyp)

Race #130

View Pit Stop page for race #130 by tikpypGhost race

View profile for vloek (tikpyp)

Official speed 65.23 wpm (28.33 seconds elapsed during race)
Without ending ping 65.73 wpm (214 ms delay sending score to TypeRacer’s server)
Timerless 66.59 wpm (366 ms elapsed before first character typed; 27.75 seconds elapsed during race)
Timerless minus one 66.16 wpm, ignoring the first character typed
Race Start July 19, 2024 1:38:26am UTC
Race Finish July 19, 2024 1:38:55am UTC
Outcome Win (1 of 3)
Accuracy 100.0%
Points 22.83
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.fork() 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 366 223 63 71 149 217 200 50 260 239 83 199 53 82 125 185 175 93 80 138 167 67 139 135 292
Character r u n ( p r o g r a m , * a r g s ) : p i d
Milliseconds 29 160 217 242 165 141 210 358 182 130 274 198 117 228 185 117 230 180 226 177 273 82 235 182 202
Character = o s . f o r k ( ) i f n o t p i d : o
Milliseconds 158 238 44 168 191 94 121 170 247 283 146 215 126 116 246 65 89 160 149 73 157 189 230 352 156
Character s . e x e c v p ( p r o g r a m , p r o g r a m
Milliseconds 165 217 116 283 85 318 264 163 316 191 147 187 155 182 122 255 202 82 111 120 132 113 220 154 266
Character + a r g s ) r e t u r n o s . w a i t ( )
Milliseconds 183 193 202 35 89 225 184 221 240 41 131 138 179 116 187 220 161 186 187 147 168 142 169 366 223
Character [ 0 ] r u n ( " p y t h o n " , " h e l l o .
Milliseconds 243 292 251 371 274 142 204 284 178 359 208 127 281 164 137 345 339 91 250 220 135 164 150 135 270
Character p y " )
Milliseconds 137 183 294 216
WPM Timing
Seconds WPM
0.57 21.18
1.13 63.54
1.7 63.54
2.27 74.13
2.83 76.24
3.4 77.65
3.97 78.66
4.53 76.77
5.1 75.3
5.67 72.01
6.23 71.24
6.8 70.6
7.37 70.05
7.93 69.59
8.5 69.18
9.07 70.15
9.63 71.01
10.2 69.42
10.77 69.11
11.33 70.95
11.9 71.6
12.47 70.27
13.03 69.98
13.6 69.71
14.17 68.62
14.73 68.42
15.3 68.24
15.87 68.07
16.43 68.65
17 69.18
17.56 69
18.13 69.49
18.7 69.31
19.26 69.76
19.83 69.59
20.4 69.42
20.96 69.83
21.53 69.11
22.1 68.42
22.66 67.77
23.23 67.15
23.8 67.07
24.36 66.49
24.93 66.42
25.5 65.89
26.06 65.84
26.63 65.79
27.2 65.74
27.76 65.7
28.33 65.23