| Official speed |
26.21 wpm (200.53 seconds elapsed during race) |
| Without ending ping |
26.24 wpm (2,987 ms delay sending score to TypeRacer’s server) |
| Timerless |
26.26 wpm (167 ms elapsed before first character typed; 197.38 seconds elapsed during race) |
| Timerless minus one |
26.20 wpm, ignoring the first character typed |
| Race Start |
July 27, 2023 12:33:41pm UTC |
| Race Finish |
July 27, 2023 12:37:02pm UTC |
| Outcome |
No win (3 of 3) |
| Accuracy |
96.2% |
| Points |
30.57 |
| Text |
#10021 (Length: 438 characters) import urllib2 import urllib import json url = "http://ajax.googleapis.com/ajax/services/search/web?v=1.0&" query = raw_input("What do you want to search for ? >> ") query = urllib.urlencode( {'q' : query } ) response = urllib2.urlopen (url + query ).read() data = json.loads ( response ) results = data [ 'responseData' ] [ 'results' ] for result in results: title = result['title'] url = result['url'] print ( title + '; ' + url ) |
| Characters typed |
mimport urllib2 import urllib imoport json url = "http://ajoax.googleapis.com/ajoax/services/search/web? v=1.0&" query = raqw _input("What dod you canwant to search for ? >> ") query = urllib.urlencode( {'q' : query } _ ) responese = rurllib2.urlopen (url + query ).read() data = json.loads (res response ) results = adata [ 'responseData' ] [ 'results' ] for result in results: title = reslult[ 'title'] url = ruerulurlrsurlt['url'] print ( title + '; ' + url ) |
| Timing |
| Character |
m |
-m |
i |
m |
p |
o |
r |
t |
|
u |
r |
l |
l |
i |
b |
2 |
|
i |
m |
p |
o |
r |
t |
|
u |
| Milliseconds |
167 |
784 |
719 |
233 |
380 |
201 |
483 |
198 |
142 |
241 |
162 |
245 |
213 |
164 |
390 |
654 |
195 |
217 |
158 |
193 |
201 |
143 |
231 |
46 |
233 |
| Character |
r |
l |
l |
i |
b |
|
i |
m |
o |
-o |
p |
o |
r |
t |
|
j |
s |
o |
n |
|
u |
r |
l |
|
= |
| Milliseconds |
179 |
111 |
208 |
167 |
469 |
437 |
295 |
171 |
400 |
440 |
750 |
221 |
443 |
214 |
101 |
3617 |
490 |
33 |
87 |
105 |
335 |
162 |
88 |
168 |
735 |
| Character |
|
" |
h |
t |
t |
p |
: |
/ |
/ |
a |
j |
o |
-o |
a |
x |
. |
g |
o |
o |
g |
l |
e |
a |
p |
i |
| Milliseconds |
90 |
685 |
560 |
340 |
127 |
284 |
1428 |
1212 |
172 |
409 |
1965 |
330 |
736 |
106 |
498 |
558 |
468 |
160 |
123 |
1118 |
551 |
161 |
127 |
153 |
376 |
| Character |
s |
. |
c |
o |
m |
/ |
a |
j |
o |
-o |
a |
x |
/ |
s |
e |
r |
v |
i |
c |
e |
s |
/ |
s |
e |
a |
| Milliseconds |
177 |
295 |
424 |
20 |
86 |
525 |
472 |
986 |
352 |
669 |
69 |
412 |
655 |
411 |
158 |
816 |
371 |
594 |
1651 |
218 |
200 |
561 |
561 |
124 |
178 |
| Character |
r |
c |
h |
/ |
w |
e |
b |
? |
|
- |
v |
= |
1 |
. |
0 |
& |
" |
|
q |
u |
e |
r |
y |
|
= |
| Milliseconds |
302 |
265 |
71 |
625 |
1009 |
278 |
456 |
1204 |
300 |
714 |
1751 |
1412 |
1636 |
566 |
830 |
2151 |
1188 |
895 |
495 |
235 |
422 |
482 |
84 |
316 |
401 |
| Character |
|
r |
a |
q |
-q |
w |
|
- |
_ |
i |
n |
p |
u |
t |
( |
" |
W |
h |
a |
t |
|
d |
o |
d |
|
| Milliseconds |
207 |
601 |
118 |
705 |
683 |
117 |
591 |
848 |
416 |
851 |
148 |
212 |
221 |
249 |
615 |
617 |
1320 |
599 |
2975 |
379 |
161 |
272 |
46 |
106 |
111 |
| Character |
- |
-d |
|
y |
o |
u |
|
c |
a |
n |
-n |
-a |
-c |
w |
a |
n |
t |
|
t |
o |
|
s |
e |
a |
r |
| Milliseconds |
533 |
375 |
419 |
481 |
154 |
125 |
137 |
350 |
50 |
71 |
411 |
171 |
401 |
95 |
124 |
145 |
171 |
63 |
531 |
59 |
64 |
460 |
186 |
142 |
243 |
| Character |
c |
h |
|
f |
o |
r |
|
? |
|
> |
> |
|
" |
) |
|
q |
u |
e |
r |
y |
|
= |
|
u |
r |
| Milliseconds |
319 |
122 |
84 |
402 |
81 |
181 |
52 |
358 |
153 |
438 |
162 |
368 |
613 |
633 |
424 |
526 |
137 |
344 |
194 |
226 |
178 |
542 |
243 |
269 |
119 |
| Character |
l |
l |
i |
b |
. |
u |
r |
l |
e |
n |
c |
o |
d |
e |
( |
|
{ |
' |
q |
' |
|
: |
|
q |
u |
| Milliseconds |
128 |
156 |
264 |
240 |
954 |
647 |
192 |
152 |
193 |
67 |
1291 |
43 |
310 |
164 |
488 |
647 |
353 |
1494 |
1839 |
823 |
312 |
466 |
294 |
767 |
282 |
| Character |
e |
r |
y |
|
} |
|
_ |
|
- |
-_ |
) |
|
r |
e |
s |
p |
o |
n |
e |
-e |
s |
e |
|
= |
|
| Milliseconds |
152 |
367 |
125 |
475 |
1232 |
216 |
1009 |
302 |
535 |
175 |
1051 |
230 |
554 |
60 |
198 |
174 |
196 |
252 |
312 |
503 |
153 |
40 |
173 |
1158 |
299 |
| Character |
r |
-r |
u |
r |
l |
l |
i |
b |
2 |
. |
u |
r |
l |
o |
p |
e |
n |
|
( |
u |
r |
l |
|
+ |
|
| Milliseconds |
434 |
354 |
587 |
84 |
201 |
175 |
299 |
371 |
892 |
631 |
561 |
157 |
282 |
206 |
242 |
135 |
86 |
132 |
1905 |
1933 |
383 |
276 |
2545 |
1518 |
693 |
| Character |
q |
u |
e |
r |
y |
|
) |
. |
r |
e |
a |
d |
( |
) |
|
d |
a |
t |
a |
|
= |
|
j |
s |
o |
| Milliseconds |
751 |
432 |
570 |
224 |
80 |
697 |
349 |
969 |
801 |
19 |
144 |
228 |
721 |
119 |
472 |
733 |
72 |
226 |
67 |
193 |
469 |
181 |
630 |
220 |
21 |
| Character |
n |
. |
l |
o |
a |
d |
s |
|
( |
r |
e |
s |
-s |
-e |
-r |
|
r |
e |
s |
p |
o |
n |
s |
e |
|
| Milliseconds |
112 |
452 |
345 |
192 |
75 |
267 |
328 |
202 |
1755 |
829 |
35 |
270 |
577 |
171 |
173 |
768 |
284 |
60 |
157 |
329 |
311 |
120 |
775 |
117 |
1559 |
| Character |
) |
|
r |
e |
s |
u |
l |
t |
s |
|
= |
|
a |
-a |
d |
a |
t |
a |
|
[ |
|
' |
r |
e |
s |
| Milliseconds |
469 |
183 |
386 |
56 |
1239 |
851 |
126 |
185 |
222 |
96 |
997 |
515 |
378 |
439 |
30 |
67 |
233 |
71 |
190 |
632 |
199 |
737 |
321 |
77 |
241 |
| Character |
p |
o |
n |
s |
e |
D |
a |
t |
a |
' |
|
] |
|
[ |
|
' |
r |
e |
s |
u |
l |
t |
s |
' |
|
| Milliseconds |
305 |
309 |
148 |
199 |
105 |
720 |
184 |
257 |
58 |
428 |
301 |
966 |
503 |
397 |
133 |
462 |
398 |
30 |
273 |
140 |
144 |
98 |
188 |
522 |
351 |
| Character |
] |
|
f |
o |
r |
|
r |
e |
s |
u |
l |
t |
|
i |
n |
|
r |
e |
s |
u |
l |
t |
s |
: |
|
| Milliseconds |
387 |
283 |
403 |
95 |
177 |
65 |
380 |
88 |
305 |
128 |
130 |
108 |
162 |
206 |
97 |
44 |
343 |
34 |
596 |
105 |
111 |
168 |
194 |
486 |
167 |
| Character |
t |
i |
t |
l |
e |
|
= |
|
r |
e |
s |
l |
-l |
u |
l |
t |
[ |
|
- |
' |
t |
i |
t |
l |
e |
| Milliseconds |
207 |
101 |
396 |
139 |
119 |
271 |
573 |
130 |
679 |
39 |
234 |
408 |
528 |
288 |
149 |
169 |
804 |
199 |
826 |
622 |
406 |
186 |
969 |
96 |
169 |
| Character |
' |
] |
|
u |
r |
l |
|
= |
|
r |
u |
-u |
e |
r |
u |
l |
-l |
-u |
-r |
u |
r |
l |
-l |
-r |
-u |
| Milliseconds |
375 |
658 |
227 |
356 |
152 |
66 |
138 |
441 |
156 |
396 |
92 |
942 |
159 |
412 |
74 |
154 |
393 |
165 |
851 |
654 |
241 |
43 |
319 |
180 |
414 |
| Character |
r |
-r |
s |
u |
r |
-r |
l |
t |
[ |
' |
u |
r |
l |
' |
] |
|
p |
r |
i |
n |
t |
|
( |
|
t |
| Milliseconds |
210 |
456 |
86 |
469 |
271 |
463 |
299 |
79 |
1037 |
698 |
615 |
173 |
91 |
616 |
689 |
271 |
432 |
128 |
77 |
123 |
64 |
92 |
1083 |
658 |
210 |
| Character |
i |
t |
l |
e |
|
+ |
|
' |
; |
|
' |
|
+ |
|
u |
r |
l |
|
) |
| Milliseconds |
48 |
305 |
84 |
334 |
259 |
476 |
124 |
887 |
572 |
203 |
297 |
215 |
797 |
320 |
323 |
130 |
83 |
278 |
1070 |
|
| WPM Timing |
| Seconds |
WPM |
4.01 |
29.92 |
8.02 |
40.39 |
12.03 |
35.9 |
16.04 |
30.67 |
20.05 |
31.12 |
24.06 |
27.93 |
28.07 |
26.93 |
32.09 |
28.05 |
36.1 |
27.26 |
40.11 |
26.33 |
44.12 |
26.66 |
48.13 |
25.18 |
52.14 |
23.94 |
56.15 |
22.87 |
60.16 |
23.54 |
64.17 |
22.44 |
68.18 |
22.53 |
72.19 |
22.27 |
76.2 |
22.05 |
80.21 |
23.94 |
84.22 |
24.36 |
88.24 |
24.89 |
92.25 |
25.11 |
96.26 |
24.43 |
100.27 |
24.53 |
104.28 |
24.05 |
108.29 |
24.38 |
112.3 |
24.36 |
116.31 |
24.45 |
120.32 |
23.94 |
124.33 |
23.65 |
128.34 |
23.75 |
132.35 |
24.12 |
136.36 |
24.38 |
140.37 |
24.28 |
144.38 |
24.19 |
148.4 |
24.18 |
152.41 |
24.57 |
156.42 |
24.78 |
160.43 |
25.28 |
164.44 |
26.2 |
168.45 |
26.43 |
172.46 |
26.3 |
176.47 |
26.59 |
180.48 |
26.06 |
184.49 |
25.76 |
188.5 |
25.85 |
192.51 |
26.18 |
196.52 |
26.32 |
200.53 |
26.21 |
|