Official speed |
30.69 wpm (171.26 seconds elapsed during race) |
Without ending ping |
30.74 wpm (2,621 ms delay sending score to TypeRacer’s server) |
Timerless |
30.81 wpm (391 ms elapsed before first character typed; 168.25 seconds elapsed during race) |
Timerless minus one |
30.74 wpm, ignoring the first character typed |
Race Start |
November 25, 2023 3:52:25am UTC |
Race Finish |
November 25, 2023 3:55:16am UTC |
Outcome |
No win (2 of 3) |
Accuracy |
95.7% |
Points |
35.81 |
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 |
import urllib32 import urllib import jsaonon url = "https://ajax. ggoogleapis. comcom/ajax/sercvices/search/web?v=1.0&Y" query = raw i inw _input ("whWhat do you want to search for ? >> ") wquery = urllib.urlencode( {'q' : qureery } ) response = urllib2.urlopen (url + qurery ) .read() data = jasoson.loads ( response ) results = data [ "'responseDatat"' ] [ 'results' ] dorfor result in results: title = resusllt ['title'] url = result ['url'] print (t title + '; ' + url ) |
Timing |
Character |
i |
m |
p |
o |
r |
t |
|
u |
r |
l |
l |
i |
b |
3 |
-3 |
2 |
|
i |
m |
p |
o |
r |
t |
|
u |
Milliseconds |
391 |
163 |
267 |
58 |
189 |
150 |
339 |
208 |
168 |
175 |
345 |
161 |
209 |
576 |
392 |
103 |
119 |
381 |
104 |
202 |
384 |
100 |
136 |
142 |
264 |
Character |
r |
l |
l |
i |
b |
|
i |
m |
p |
o |
r |
t |
|
j |
s |
a |
o |
n |
-n |
-o |
-a |
o |
n |
|
u |
Milliseconds |
230 |
166 |
345 |
171 |
256 |
144 |
256 |
129 |
224 |
505 |
135 |
140 |
180 |
263 |
492 |
167 |
70 |
106 |
271 |
179 |
319 |
292 |
93 |
154 |
468 |
Character |
r |
l |
|
= |
|
" |
h |
t |
t |
p |
s |
-s |
: |
/ |
/ |
a |
j |
a |
x |
. |
|
g |
-g |
- |
g |
Milliseconds |
255 |
149 |
406 |
245 |
143 |
1268 |
452 |
171 |
153 |
140 |
116 |
410 |
191 |
761 |
167 |
543 |
308 |
137 |
405 |
625 |
140 |
281 |
315 |
164 |
181 |
Character |
o |
o |
g |
l |
e |
a |
p |
i |
s |
. |
|
c |
o |
m |
-m |
-o |
-c |
- |
c |
o |
m |
/ |
a |
j |
a |
Milliseconds |
247 |
143 |
253 |
164 |
122 |
550 |
176 |
217 |
274 |
300 |
116 |
210 |
51 |
101 |
267 |
180 |
177 |
147 |
290 |
35 |
103 |
545 |
1163 |
257 |
524 |
Character |
x |
/ |
s |
e |
r |
c |
-c |
v |
i |
c |
e |
s |
/ |
s |
e |
a |
r |
c |
h |
/ |
w |
e |
b |
? |
v |
Milliseconds |
393 |
687 |
349 |
238 |
96 |
299 |
343 |
67 |
138 |
137 |
213 |
421 |
259 |
309 |
271 |
162 |
72 |
268 |
80 |
413 |
413 |
97 |
223 |
709 |
771 |
Character |
= |
1 |
. |
0 |
& |
Y |
-Y |
" |
|
q |
u |
e |
r |
y |
|
= |
|
r |
a |
w |
|
i |
-i |
- |
|
Milliseconds |
599 |
243 |
660 |
570 |
1476 |
2 |
618 |
809 |
1130 |
294 |
221 |
262 |
234 |
174 |
827 |
621 |
159 |
676 |
113 |
214 |
193 |
254 |
318 |
167 |
129 |
Character |
i |
n |
-n |
-i |
- |
-w |
w |
|
- |
_ |
i |
n |
p |
u |
t |
|
- |
( |
" |
w |
h |
-h |
-w |
W |
h |
Milliseconds |
195 |
81 |
285 |
159 |
509 |
68 |
734 |
292 |
896 |
1626 |
473 |
86 |
158 |
111 |
107 |
940 |
435 |
2147 |
1062 |
468 |
282 |
304 |
163 |
753 |
352 |
Character |
a |
t |
|
d |
o |
|
y |
o |
u |
|
w |
a |
n |
t |
|
t |
o |
|
s |
e |
a |
r |
c |
h |
|
Milliseconds |
70 |
76 |
398 |
210 |
78 |
106 |
222 |
83 |
133 |
79 |
400 |
185 |
104 |
84 |
91 |
270 |
64 |
128 |
128 |
121 |
260 |
132 |
237 |
73 |
122 |
Character |
f |
o |
r |
|
? |
|
> |
> |
|
" |
) |
|
w |
-w |
q |
u |
e |
r |
y |
|
= |
|
u |
r |
l |
Milliseconds |
132 |
92 |
95 |
298 |
722 |
682 |
610 |
143 |
368 |
594 |
955 |
426 |
277 |
444 |
329 |
135 |
216 |
226 |
154 |
294 |
326 |
118 |
852 |
189 |
526 |
Character |
l |
i |
b |
. |
u |
r |
l |
e |
n |
c |
o |
d |
e |
( |
|
{ |
' |
q |
' |
|
: |
|
q |
u |
r |
Milliseconds |
148 |
135 |
151 |
466 |
230 |
173 |
116 |
473 |
158 |
384 |
109 |
123 |
170 |
637 |
852 |
543 |
935 |
378 |
271 |
540 |
261 |
423 |
1218 |
161 |
143 |
Character |
e |
-e |
-r |
e |
r |
y |
|
} |
|
) |
|
r |
e |
s |
p |
o |
n |
s |
e |
|
= |
|
u |
r |
l |
Milliseconds |
165 |
369 |
165 |
63 |
395 |
144 |
622 |
2152 |
525 |
1234 |
316 |
392 |
123 |
182 |
198 |
45 |
147 |
102 |
98 |
347 |
407 |
154 |
338 |
63 |
451 |
Character |
l |
i |
b |
2 |
. |
u |
r |
l |
o |
p |
e |
n |
|
( |
u |
r |
l |
|
+ |
|
q |
u |
r |
-r |
e |
Milliseconds |
263 |
688 |
125 |
742 |
355 |
340 |
113 |
115 |
438 |
175 |
98 |
122 |
439 |
717 |
422 |
82 |
106 |
397 |
1184 |
308 |
583 |
138 |
308 |
406 |
37 |
Character |
r |
y |
|
) |
|
- |
. |
r |
e |
a |
d |
( |
) |
|
d |
a |
t |
a |
|
= |
|
j |
a |
s |
o |
Milliseconds |
111 |
184 |
315 |
528 |
176 |
627 |
194 |
414 |
152 |
139 |
174 |
537 |
157 |
466 |
216 |
164 |
155 |
104 |
219 |
842 |
187 |
432 |
460 |
191 |
71 |
Character |
-o |
-s |
-a |
s |
o |
n |
. |
l |
o |
a |
d |
s |
|
( |
|
r |
e |
s |
p |
o |
n |
s |
e |
|
) |
Milliseconds |
269 |
179 |
142 |
107 |
75 |
57 |
300 |
296 |
158 |
92 |
160 |
240 |
313 |
455 |
619 |
364 |
134 |
168 |
191 |
116 |
158 |
96 |
105 |
612 |
812 |
Character |
|
r |
e |
s |
u |
l |
t |
s |
|
= |
|
d |
a |
t |
a |
|
[ |
|
" |
-" |
' |
r |
e |
s |
p |
Milliseconds |
215 |
665 |
139 |
173 |
183 |
144 |
114 |
515 |
329 |
234 |
124 |
575 |
180 |
75 |
147 |
448 |
648 |
2005 |
1696 |
523 |
249 |
649 |
122 |
167 |
154 |
Character |
o |
n |
s |
e |
D |
a |
t |
a |
t |
-t |
" |
-" |
' |
|
] |
|
[ |
|
' |
r |
e |
s |
u |
l |
t |
Milliseconds |
59 |
167 |
317 |
264 |
444 |
96 |
93 |
116 |
86 |
458 |
551 |
450 |
225 |
405 |
480 |
360 |
1671 |
540 |
960 |
417 |
128 |
185 |
169 |
142 |
123 |
Character |
s |
' |
|
] |
|
d |
o |
r |
-r |
-o |
-d |
f |
o |
r |
|
r |
e |
s |
u |
l |
t |
|
i |
n |
|
Milliseconds |
376 |
409 |
647 |
245 |
266 |
540 |
85 |
91 |
332 |
177 |
163 |
94 |
95 |
83 |
114 |
223 |
133 |
171 |
219 |
162 |
130 |
287 |
176 |
110 |
163 |
Character |
r |
e |
s |
u |
l |
t |
s |
: |
|
t |
i |
t |
l |
e |
|
= |
|
r |
e |
s |
u |
s |
l |
-l |
-s |
Milliseconds |
261 |
172 |
401 |
220 |
186 |
92 |
171 |
584 |
124 |
220 |
82 |
119 |
349 |
64 |
403 |
371 |
436 |
523 |
115 |
156 |
388 |
131 |
127 |
318 |
155 |
Character |
l |
t |
|
- |
[ |
' |
t |
i |
t |
l |
e |
' |
] |
|
u |
r |
l |
|
= |
|
r |
e |
s |
u |
l |
Milliseconds |
174 |
74 |
420 |
403 |
746 |
595 |
302 |
359 |
90 |
84 |
122 |
2002 |
1268 |
411 |
273 |
124 |
81 |
242 |
252 |
297 |
454 |
119 |
165 |
158 |
130 |
Character |
t |
|
- |
[ |
' |
u |
r |
l |
' |
] |
|
p |
r |
i |
n |
t |
|
( |
t |
-t |
|
t |
i |
t |
l |
Milliseconds |
219 |
282 |
465 |
482 |
972 |
661 |
120 |
115 |
898 |
307 |
407 |
352 |
120 |
76 |
81 |
97 |
298 |
1564 |
559 |
447 |
111 |
132 |
175 |
59 |
133 |
Character |
e |
|
+ |
|
' |
; |
|
' |
|
+ |
|
u |
r |
l |
|
) |
Milliseconds |
136 |
416 |
517 |
190 |
753 |
637 |
878 |
453 |
294 |
1081 |
267 |
381 |
103 |
79 |
497 |
1561 |
|
WPM Timing |
Seconds |
WPM |
3.43 |
45.54 |
6.85 |
47.3 |
10.28 |
44.38 |
13.7 |
41.17 |
17.13 |
39.24 |
20.55 |
38.54 |
23.98 |
37.04 |
27.4 |
35.03 |
30.83 |
36.2 |
34.25 |
35.73 |
37.68 |
33.76 |
41.1 |
32.99 |
44.53 |
31.8 |
47.95 |
29.78 |
51.38 |
29.2 |
54.8 |
27.59 |
58.23 |
27.62 |
61.65 |
30.56 |
65.08 |
30.24 |
68.5 |
30.13 |
71.93 |
30.7 |
75.35 |
30.73 |
78.78 |
30.31 |
82.21 |
29.93 |
85.63 |
29.15 |
89.06 |
30.18 |
92.48 |
30.49 |
95.91 |
30.28 |
99.33 |
30.2 |
102.76 |
30.71 |
106.18 |
30.63 |
109.61 |
31.31 |
113.03 |
31.42 |
116.46 |
31.43 |
119.88 |
30.63 |
123.31 |
31.04 |
126.73 |
30.58 |
130.16 |
30.52 |
133.58 |
30.27 |
137.01 |
31.18 |
140.43 |
31.45 |
143.86 |
31.28 |
147.28 |
31.04 |
150.71 |
31.13 |
154.13 |
30.99 |
157.56 |
31.23 |
160.99 |
31.16 |
164.41 |
30.95 |
167.84 |
30.82 |
171.26 |
30.69 |
|