Official speed |
33.98 wpm (154.68 seconds elapsed during race) |
Without ending ping |
34.02 wpm (2,310 ms delay sending score to TypeRacer’s server) |
Timerless |
34.19 wpm (764 ms elapsed before first character typed; 151.61 seconds elapsed during race) |
Timerless minus one |
34.11 wpm, ignoring the first character typed |
Race Start |
May 6, 2024 1:54:26am UTC |
Race Finish |
May 6, 2024 1:57:01am UTC |
Outcome |
Win (1 of 3) |
Accuracy |
93.1% |
Points |
39.65 |
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 |
im,port urllib2 import urllib inpormport json url - = "http:.//ajax.googleapis. come/ajoax/servieces /search/wenb?v=1.0&" query = raw)_input("whatWhat do you wnat ant to search for ? >> ") query - -= = urllib.rurlencode( {'q' : query} }) ) respondse - = urllib2.ourlopen *(orurl + uquery ).read() data += json. loaloads ( respondse ) results -= - data= data [ "'respnseonseData' ] [ 'results' ] for resutls lt in tresults : title = results[[;'tit;ele'] url = results['url'] print *t(t title + '; ' + url ) |
Timing |
Character |
i |
m |
, |
-, |
p |
o |
r |
t |
|
u |
r |
l |
l |
i |
b |
2 |
|
i |
m |
p |
o |
r |
t |
|
u |
Milliseconds |
764 |
435 |
13 |
553 |
231 |
335 |
131 |
106 |
111 |
351 |
655 |
124 |
254 |
306 |
193 |
296 |
166 |
218 |
107 |
112 |
71 |
97 |
96 |
76 |
245 |
Character |
r |
l |
l |
i |
b |
|
i |
n |
p |
o |
r |
-r |
-o |
-p |
-n |
m |
p |
o |
r |
t |
|
j |
s |
o |
n |
Milliseconds |
284 |
115 |
305 |
299 |
151 |
217 |
143 |
119 |
110 |
73 |
77 |
226 |
148 |
168 |
151 |
283 |
115 |
69 |
98 |
116 |
60 |
230 |
269 |
71 |
130 |
Character |
|
u |
r |
l |
|
- |
|
- |
-- |
= |
|
" |
h |
t |
t |
p |
: |
. |
-. |
/ |
/ |
a |
j |
a |
x |
Milliseconds |
257 |
165 |
285 |
69 |
388 |
145 |
130 |
486 |
142 |
611 |
226 |
1033 |
416 |
244 |
111 |
145 |
406 |
579 |
483 |
303 |
137 |
364 |
116 |
121 |
565 |
Character |
. |
g |
o |
o |
g |
l |
e |
a |
p |
i |
s |
. |
|
- |
c |
o |
m |
e |
-e |
/ |
a |
j |
o |
-o |
a |
Milliseconds |
464 |
315 |
77 |
124 |
96 |
107 |
80 |
448 |
771 |
268 |
128 |
186 |
112 |
420 |
193 |
72 |
74 |
128 |
554 |
249 |
453 |
266 |
142 |
751 |
236 |
Character |
x |
/ |
s |
e |
r |
v |
i |
e |
-e |
c |
e |
s |
|
- |
/ |
s |
e |
a |
r |
c |
h |
/ |
w |
e |
n |
Milliseconds |
274 |
845 |
681 |
130 |
232 |
660 |
170 |
339 |
335 |
114 |
80 |
186 |
69 |
416 |
269 |
455 |
92 |
133 |
119 |
254 |
78 |
286 |
292 |
92 |
485 |
Character |
-n |
b |
? |
v |
= |
1 |
. |
0 |
& |
" |
|
q |
u |
e |
r |
y |
|
= |
|
r |
a |
w |
) |
-) |
_ |
Milliseconds |
331 |
482 |
438 |
665 |
721 |
891 |
1249 |
418 |
943 |
576 |
381 |
869 |
203 |
96 |
198 |
120 |
359 |
658 |
180 |
339 |
63 |
310 |
479 |
527 |
224 |
Character |
i |
n |
p |
u |
t |
( |
" |
w |
h |
a |
t |
-t |
-a |
-h |
-w |
W |
h |
a |
t |
|
d |
o |
|
y |
o |
Milliseconds |
310 |
97 |
86 |
89 |
125 |
720 |
742 |
362 |
112 |
97 |
84 |
252 |
131 |
153 |
148 |
368 |
951 |
98 |
117 |
332 |
301 |
72 |
126 |
207 |
50 |
Character |
u |
|
w |
n |
a |
t |
|
- |
-t |
-a |
-n |
a |
n |
t |
|
t |
o |
|
s |
e |
a |
r |
c |
h |
|
Milliseconds |
46 |
100 |
198 |
129 |
9 |
178 |
107 |
239 |
144 |
161 |
135 |
98 |
124 |
15 |
213 |
177 |
92 |
96 |
169 |
132 |
100 |
123 |
222 |
71 |
67 |
Character |
f |
o |
r |
|
? |
|
> |
> |
|
" |
) |
|
q |
u |
e |
r |
y |
|
- |
|
- |
-- |
- |
= |
|
Milliseconds |
183 |
66 |
100 |
82 |
269 |
209 |
580 |
143 |
433 |
294 |
777 |
415 |
968 |
221 |
98 |
211 |
165 |
320 |
157 |
141 |
387 |
118 |
216 |
6 |
61 |
Character |
- |
-= |
-- |
= |
|
u |
r |
l |
l |
i |
b |
. |
r |
-r |
u |
r |
l |
e |
n |
c |
o |
d |
e |
( |
|
Milliseconds |
435 |
114 |
121 |
235 |
129 |
848 |
412 |
70 |
200 |
166 |
160 |
291 |
464 |
269 |
185 |
114 |
101 |
366 |
379 |
182 |
95 |
181 |
117 |
437 |
355 |
Character |
{ |
' |
q |
' |
|
: |
|
q |
u |
e |
r |
y |
} |
-} |
|
} |
) |
-) |
|
) |
|
r |
e |
s |
p |
Milliseconds |
389 |
754 |
402 |
143 |
433 |
370 |
547 |
217 |
101 |
148 |
280 |
120 |
469 |
592 |
208 |
252 |
819 |
410 |
116 |
241 |
325 |
224 |
44 |
172 |
127 |
Character |
o |
n |
d |
-d |
s |
e |
|
- |
|
- |
-- |
= |
|
u |
r |
l |
l |
i |
b |
2 |
. |
o |
-o |
u |
r |
Milliseconds |
83 |
136 |
144 |
290 |
99 |
67 |
237 |
216 |
158 |
346 |
129 |
666 |
0 |
1112 |
139 |
107 |
214 |
180 |
201 |
344 |
333 |
700 |
386 |
204 |
114 |
Character |
l |
o |
p |
e |
n |
|
* |
-* |
( |
o |
-o |
r |
-r |
u |
r |
l |
|
+ |
|
u |
-u |
q |
u |
e |
r |
Milliseconds |
95 |
404 |
228 |
114 |
93 |
213 |
401 |
542 |
298 |
677 |
353 |
317 |
310 |
1273 |
129 |
148 |
460 |
441 |
335 |
317 |
451 |
97 |
223 |
110 |
329 |
Character |
y |
|
) |
. |
r |
e |
a |
d |
( |
) |
|
d |
a |
t |
a |
|
+ |
-+ |
= |
|
j |
s |
o |
n |
. |
Milliseconds |
124 |
398 |
311 |
490 |
301 |
17 |
114 |
133 |
312 |
195 |
380 |
149 |
97 |
174 |
77 |
418 |
330 |
575 |
495 |
216 |
209 |
257 |
60 |
105 |
253 |
Character |
|
l |
o |
a |
-a |
-o |
-l |
- |
l |
o |
a |
d |
s |
|
( |
|
r |
e |
s |
p |
o |
n |
d |
-d |
s |
Milliseconds |
117 |
145 |
167 |
86 |
206 |
141 |
172 |
146 |
221 |
171 |
90 |
101 |
156 |
215 |
254 |
268 |
876 |
20 |
147 |
59 |
123 |
117 |
97 |
317 |
123 |
Character |
e |
|
) |
|
r |
e |
s |
u |
l |
t |
s |
|
- |
= |
|
- |
-= |
-- |
- |
|
d |
a |
t |
a |
-a |
Milliseconds |
84 |
83 |
414 |
305 |
235 |
41 |
135 |
103 |
83 |
81 |
65 |
180 |
425 |
64 |
84 |
288 |
138 |
145 |
192 |
84 |
83 |
65 |
135 |
74 |
196 |
Character |
-t |
-a |
-d |
- |
-- |
= |
|
d |
a |
t |
a |
|
[ |
|
" |
-" |
' |
r |
e |
s |
p |
n |
s |
e |
-e |
Milliseconds |
133 |
166 |
165 |
151 |
159 |
359 |
159 |
172 |
65 |
135 |
83 |
442 |
259 |
569 |
340 |
353 |
194 |
393 |
40 |
110 |
88 |
215 |
280 |
100 |
179 |
Character |
-s |
-n |
o |
n |
s |
e |
D |
a |
t |
a |
' |
|
] |
|
[ |
|
' |
r |
e |
s |
u |
l |
t |
s |
' |
Milliseconds |
139 |
150 |
200 |
98 |
69 |
60 |
920 |
227 |
492 |
51 |
309 |
301 |
1275 |
301 |
1233 |
903 |
359 |
721 |
39 |
175 |
139 |
111 |
69 |
63 |
293 |
Character |
|
] |
|
f |
o |
r |
|
r |
e |
s |
u |
t |
l |
s |
|
- |
-s |
-l |
-t |
l |
t |
|
i |
n |
|
Milliseconds |
315 |
936 |
165 |
218 |
48 |
123 |
81 |
829 |
58 |
84 |
187 |
97 |
37 |
47 |
144 |
339 |
138 |
173 |
141 |
203 |
118 |
75 |
156 |
79 |
106 |
Character |
t |
-t |
r |
e |
s |
u |
l |
t |
s |
|
- |
: |
|
t |
i |
t |
l |
e |
|
= |
|
r |
e |
s |
u |
Milliseconds |
58 |
423 |
197 |
53 |
129 |
385 |
103 |
61 |
94 |
142 |
417 |
213 |
147 |
323 |
72 |
94 |
85 |
84 |
288 |
2234 |
326 |
318 |
43 |
530 |
127 |
Character |
l |
t |
s |
[ |
-[ |
-s |
[ |
; |
-; |
' |
t |
i |
t |
; |
e |
-e |
-; |
l |
e |
' |
] |
|
u |
r |
l |
Milliseconds |
85 |
61 |
119 |
383 |
353 |
128 |
255 |
552 |
636 |
729 |
464 |
68 |
332 |
717 |
78 |
382 |
110 |
270 |
33 |
192 |
602 |
311 |
510 |
292 |
70 |
Character |
|
= |
|
r |
e |
s |
u |
l |
t |
s |
-s |
[ |
' |
u |
r |
l |
' |
] |
|
p |
r |
i |
n |
t |
|
Milliseconds |
285 |
234 |
181 |
322 |
33 |
444 |
213 |
87 |
52 |
138 |
614 |
295 |
452 |
532 |
135 |
115 |
212 |
508 |
403 |
586 |
127 |
114 |
79 |
117 |
255 |
Character |
* |
t |
-t |
-* |
( |
t |
-t |
|
t |
i |
t |
l |
e |
|
+ |
|
' |
; |
|
' |
|
+ |
|
u |
r |
Milliseconds |
242 |
361 |
201 |
145 |
353 |
266 |
583 |
216 |
303 |
64 |
113 |
85 |
86 |
240 |
666 |
349 |
264 |
461 |
638 |
280 |
883 |
746 |
309 |
278 |
201 |
Character |
l |
|
) |
Milliseconds |
116 |
269 |
323 |
|
WPM Timing |
Seconds |
WPM |
3.09 |
31.03 |
6.19 |
44.61 |
9.28 |
43.96 |
12.37 |
43.64 |
15.47 |
41.12 |
18.56 |
38.79 |
21.66 |
39.34 |
24.75 |
37.82 |
27.84 |
36.63 |
30.94 |
37.24 |
34.03 |
35.62 |
37.12 |
33.94 |
40.22 |
33.12 |
43.31 |
32.97 |
46.4 |
32.84 |
49.5 |
32.73 |
52.59 |
34.45 |
55.68 |
35.34 |
58.78 |
35.12 |
61.87 |
34.33 |
64.97 |
34.91 |
68.06 |
34.73 |
71.15 |
34.57 |
74.25 |
34.75 |
77.34 |
34.14 |
80.43 |
34.31 |
83.53 |
34.05 |
86.62 |
33.39 |
89.71 |
33.44 |
92.81 |
34.01 |
95.9 |
33.78 |
98.99 |
34.43 |
102.09 |
34.91 |
105.18 |
34.57 |
108.28 |
34.47 |
111.37 |
34.48 |
114.46 |
33.97 |
117.56 |
34.2 |
120.65 |
34.31 |
123.74 |
34.72 |
126.84 |
34.63 |
129.93 |
34.54 |
133.02 |
34.1 |
136.12 |
33.85 |
139.21 |
34.14 |
142.3 |
34.07 |
145.4 |
33.92 |
148.49 |
34.1 |
151.59 |
33.88 |
154.68 |
33.98 |
|