vloek (tikpyp)

Race #78

View Pit Stop page for race #78 by tikpypGhost race

View profile for vloek (tikpyp)

Official speed 60.32 wpm (30.64 seconds elapsed during race)
Without ending ping 60.81 wpm (248 ms delay sending score to TypeRacer’s server)
Timerless 61.54 wpm (361 ms elapsed before first character typed; 30.03 seconds elapsed during race)
Timerless minus one 61.14 wpm, ignoring the first character typed
Race Start July 12, 2024 2:04:59am UTC
Race Finish July 12, 2024 2:05:30am UTC
Outcome Win (1 of 3)
Accuracy 100.0%
Points 21.11
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 361 219 67 97 189 279 220 110 305 162 51 254 66 85 151 197 202 91 77 179 205 113 150 148 236
Character r u n ( p r o g r a m , * a r g s ) : p i d
Milliseconds 60 152 223 306 201 154 152 214 179 172 252 254 129 232 236 168 242 235 243 178 285 101 183 224 254
Character = o s . f o r k ( ) i f n o t p i d : o
Milliseconds 246 278 78 195 193 92 120 170 251 263 119 249 126 136 239 70 131 110 240 95 166 338 212 268 70
Character s . e x e c v p ( p r o g r a m , p r o g r a m
Milliseconds 227 232 105 299 80 291 269 178 321 171 151 137 190 196 220 264 218 111 103 253 197 188 179 137 268
Character + a r g s ) r e t u r n o s . w a i t ( )
Milliseconds 181 201 284 51 121 235 220 203 237 75 135 128 145 94 206 198 98 203 185 110 169 169 492 392 176
Character [ 0 ] r u n ( " p y t h o n " , " h e l l o .
Milliseconds 238 381 320 401 163 181 252 322 228 312 255 186 202 166 147 255 331 99 248 206 144 153 173 127 267
Character p y " )
Milliseconds 127 159 644 311
WPM Timing
Seconds WPM
0.61 39.17
1.23 58.75
1.84 52.23
2.45 63.65
3.06 66.59
3.68 68.55
4.29 72.74
4.9 68.55
5.51 69.63
6.13 68.55
6.74 67.66
7.35 66.91
7.97 64.78
8.58 64.35
9.19 63.98
9.8 63.65
10.42 64.51
11.03 64.19
11.64 64.94
12.25 65.61
12.87 66.21
13.48 64.98
14.09 64.71
14.71 65.28
15.32 64.24
15.93 64.03
16.54 63.83
17.16 63.65
17.77 64.16
18.38 63.98
18.99 63.81
19.61 64.26
20.22 64.09
20.83 64.51
21.45 64.91
22.06 65.28
22.67 64.58
23.28 63.91
23.9 63.27
24.51 62.67
25.12 62.57
25.73 62.02
26.35 61.49
26.96 61.42
27.57 61.36
28.19 61.31
28.8 61.67
29.41 61.61
30.02 60.75
30.64 60.32