Official speed |
39.27 wpm (133.84 seconds elapsed during race) |
Without ending ping |
39.28 wpm (1,866 ms delay sending score to TypeRacer’s server) |
Timerless |
39.43 wpm (516 ms elapsed before first character typed; 131.46 seconds elapsed during race) |
Timerless minus one |
39.34 wpm, ignoring the first character typed |
Race Start |
May 3, 2024 5:25:11pm UTC |
Race Finish |
May 3, 2024 5:27:25pm UTC |
Outcome |
No win (3 of 3) |
Accuracy |
93.7% |
Points |
45.82 |
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 |
ipormport urrllib2 import urllib import jsonm u ulrl = "htt;p://ajax.gogogleapis.com/ajax/aservices/search/weegbb?v=1.0&;: " query = ranw_input(":What do you want to search for ? {>> ") quer y y = ullrulllib.urellencondede( }{'q' : quer y } ) respolnse = urllib2.urleoope n (url + query ).read() data = json.loads )( reposponse ) resulttss = data [ 'responseData' ] [ 'results ' ] for resutl lt in results: itlititle = result ['ritittitle'] url = eresult['url'] print (p title + '; ' + rurl ) |
Timing |
Character |
i |
p |
o |
r |
-r |
-o |
-p |
m |
p |
o |
r |
t |
|
u |
r |
r |
-r |
l |
l |
i |
b |
2 |
|
i |
m |
Milliseconds |
516 |
223 |
94 |
92 |
401 |
211 |
510 |
188 |
44 |
446 |
162 |
166 |
144 |
196 |
420 |
192 |
323 |
121 |
161 |
104 |
190 |
281 |
174 |
200 |
211 |
Character |
p |
o |
r |
t |
|
u |
r |
l |
l |
i |
b |
|
i |
m |
p |
o |
r |
t |
|
j |
s |
o |
n |
m |
|
Milliseconds |
88 |
79 |
151 |
235 |
102 |
175 |
172 |
130 |
148 |
148 |
165 |
210 |
217 |
139 |
114 |
124 |
83 |
209 |
60 |
210 |
139 |
74 |
139 |
33 |
19 |
Character |
u |
-u |
- |
-m |
|
u |
l |
-l |
r |
l |
|
= |
|
" |
h |
t |
t |
; |
-; |
p |
: |
/ |
/ |
a |
j |
Milliseconds |
219 |
313 |
204 |
167 |
244 |
160 |
148 |
611 |
185 |
243 |
478 |
247 |
185 |
849 |
269 |
125 |
164 |
138 |
571 |
234 |
366 |
272 |
183 |
237 |
136 |
Character |
a |
x |
. |
g |
o |
g |
-g |
o |
g |
l |
e |
a |
p |
i |
s |
. |
c |
o |
m |
/ |
a |
j |
a |
x |
/ |
Milliseconds |
386 |
298 |
152 |
520 |
250 |
294 |
704 |
175 |
162 |
193 |
199 |
345 |
110 |
143 |
204 |
273 |
354 |
61 |
116 |
254 |
185 |
189 |
136 |
225 |
148 |
Character |
a |
-a |
s |
e |
r |
v |
i |
c |
e |
s |
/ |
s |
e |
a |
r |
c |
h |
/ |
w |
e |
-e |
e |
g |
-g |
b |
Milliseconds |
413 |
342 |
182 |
158 |
62 |
364 |
159 |
121 |
217 |
157 |
625 |
263 |
211 |
110 |
79 |
202 |
98 |
299 |
434 |
107 |
572 |
843 |
232 |
597 |
209 |
Character |
b |
-b |
? |
v |
= |
1 |
. |
0 |
& |
; |
-; |
: |
|
- |
-: |
" |
|
q |
u |
e |
r |
y |
|
= |
|
Milliseconds |
75 |
922 |
374 |
828 |
337 |
425 |
811 |
284 |
422 |
443 |
405 |
259 |
196 |
387 |
205 |
266 |
572 |
240 |
191 |
109 |
104 |
228 |
293 |
270 |
178 |
Character |
r |
a |
n |
-n |
w |
_ |
i |
n |
p |
u |
t |
( |
" |
: |
-: |
W |
h |
a |
t |
|
d |
o |
|
y |
o |
Milliseconds |
512 |
63 |
325 |
367 |
160 |
396 |
242 |
134 |
213 |
153 |
111 |
1090 |
380 |
0 |
402 |
558 |
177 |
78 |
118 |
199 |
221 |
59 |
161 |
197 |
58 |
Character |
u |
|
w |
a |
n |
t |
|
t |
o |
|
s |
e |
a |
r |
c |
h |
|
f |
o |
r |
|
? |
|
{ |
-{ |
Milliseconds |
122 |
52 |
623 |
209 |
131 |
116 |
113 |
307 |
68 |
144 |
151 |
143 |
110 |
102 |
215 |
129 |
76 |
237 |
79 |
175 |
91 |
589 |
182 |
282 |
449 |
Character |
> |
> |
|
" |
) |
|
q |
u |
e |
r |
|
y |
|
- |
-y |
- |
y |
|
= |
|
u |
l |
l |
-l |
-l |
Milliseconds |
244 |
167 |
173 |
347 |
349 |
191 |
423 |
150 |
81 |
117 |
97 |
58 |
11 |
343 |
190 |
170 |
93 |
141 |
268 |
181 |
723 |
196 |
149 |
491 |
178 |
Character |
r |
u |
l |
-l |
-u |
l |
l |
i |
b |
. |
u |
r |
e |
l |
-l |
-e |
l |
e |
n |
c |
o |
n |
d |
e |
-e |
Milliseconds |
208 |
122 |
239 |
367 |
181 |
216 |
186 |
110 |
140 |
307 |
272 |
332 |
191 |
229 |
330 |
174 |
89 |
186 |
99 |
323 |
95 |
133 |
112 |
183 |
245 |
Character |
-d |
-n |
d |
e |
( |
|
} |
-} |
{ |
' |
q |
' |
|
: |
|
q |
u |
e |
r |
|
- |
y |
|
} |
|
Milliseconds |
296 |
628 |
150 |
226 |
397 |
285 |
783 |
487 |
229 |
569 |
335 |
178 |
282 |
408 |
257 |
270 |
141 |
95 |
92 |
265 |
632 |
89 |
565 |
316 |
755 |
Character |
) |
|
r |
e |
s |
p |
o |
l |
-l |
n |
s |
e |
|
= |
|
u |
r |
l |
l |
i |
b |
2 |
. |
u |
r |
Milliseconds |
268 |
295 |
470 |
63 |
188 |
85 |
94 |
20 |
453 |
324 |
125 |
79 |
82 |
264 |
170 |
178 |
160 |
131 |
168 |
154 |
115 |
411 |
136 |
310 |
135 |
Character |
l |
e |
o |
-o |
-e |
o |
p |
e |
|
- |
n |
|
( |
u |
r |
l |
|
+ |
|
q |
u |
e |
r |
y |
|
Milliseconds |
134 |
154 |
211 |
241 |
162 |
59 |
157 |
121 |
210 |
550 |
98 |
137 |
244 |
507 |
120 |
119 |
380 |
438 |
211 |
514 |
137 |
330 |
143 |
157 |
198 |
Character |
) |
. |
r |
e |
a |
d |
( |
) |
|
d |
a |
t |
a |
|
= |
|
j |
s |
o |
n |
. |
l |
o |
a |
d |
Milliseconds |
352 |
680 |
210 |
95 |
86 |
203 |
641 |
200 |
243 |
284 |
201 |
56 |
160 |
7 |
459 |
146 |
436 |
168 |
75 |
169 |
194 |
221 |
164 |
108 |
146 |
Character |
s |
|
) |
-) |
( |
|
r |
e |
p |
o |
-o |
-p |
s |
p |
o |
n |
s |
e |
|
) |
|
r |
e |
s |
u |
Milliseconds |
553 |
113 |
479 |
379 |
242 |
277 |
497 |
62 |
299 |
110 |
359 |
184 |
144 |
140 |
117 |
171 |
100 |
76 |
121 |
249 |
158 |
290 |
52 |
128 |
153 |
Character |
l |
t |
t |
s |
-s |
-t |
s |
|
= |
|
d |
a |
t |
a |
|
[ |
|
' |
r |
e |
s |
p |
o |
n |
s |
Milliseconds |
115 |
65 |
252 |
212 |
303 |
185 |
123 |
110 |
299 |
165 |
287 |
133 |
150 |
133 |
248 |
210 |
270 |
694 |
188 |
78 |
141 |
189 |
127 |
157 |
55 |
Character |
e |
D |
a |
t |
a |
' |
|
] |
|
[ |
|
' |
r |
e |
s |
u |
l |
t |
s |
|
- |
' |
|
] |
|
Milliseconds |
56 |
410 |
158 |
106 |
110 |
290 |
261 |
290 |
243 |
628 |
210 |
511 |
248 |
61 |
116 |
155 |
90 |
49 |
170 |
167 |
369 |
283 |
379 |
337 |
158 |
Character |
f |
o |
r |
|
r |
e |
s |
u |
t |
l |
|
- |
|
- |
-l |
-t |
l |
t |
|
i |
n |
|
r |
e |
s |
Milliseconds |
423 |
78 |
135 |
33 |
431 |
69 |
133 |
137 |
120 |
13 |
168 |
376 |
9 |
178 |
199 |
171 |
210 |
214 |
166 |
110 |
133 |
81 |
222 |
100 |
138 |
Character |
u |
l |
t |
s |
: |
|
i |
t |
l |
-l |
-t |
-i |
i |
-i |
t |
i |
t |
l |
e |
|
= |
|
r |
e |
s |
Milliseconds |
262 |
111 |
142 |
75 |
584 |
130 |
158 |
94 |
168 |
349 |
189 |
130 |
266 |
296 |
191 |
114 |
107 |
132 |
576 |
184 |
187 |
172 |
578 |
63 |
135 |
Character |
u |
l |
t |
|
- |
[ |
' |
r |
i |
t |
-t |
-i |
-r |
i |
t |
-t |
-i |
t |
i |
t |
l |
e |
' |
] |
|
Milliseconds |
310 |
112 |
127 |
319 |
275 |
134 |
312 |
321 |
187 |
67 |
289 |
213 |
210 |
244 |
109 |
372 |
181 |
136 |
163 |
121 |
593 |
129 |
206 |
684 |
156 |
Character |
u |
r |
l |
|
= |
|
e |
-e |
r |
e |
s |
u |
l |
t |
[ |
' |
u |
r |
l |
' |
] |
|
p |
r |
i |
Milliseconds |
305 |
106 |
104 |
262 |
299 |
233 |
338 |
432 |
281 |
236 |
129 |
153 |
119 |
115 |
360 |
611 |
244 |
497 |
53 |
656 |
374 |
235 |
289 |
169 |
84 |
Character |
n |
t |
|
( |
p |
-p |
|
t |
i |
t |
l |
e |
|
+ |
|
' |
; |
|
' |
|
+ |
|
r |
-r |
u |
Milliseconds |
106 |
63 |
104 |
251 |
415 |
301 |
430 |
231 |
99 |
123 |
103 |
116 |
234 |
520 |
227 |
158 |
297 |
169 |
1333 |
383 |
1216 |
199 |
327 |
302 |
137 |
Character |
r |
l |
|
) |
Milliseconds |
176 |
131 |
318 |
267 |
|
WPM Timing |
Seconds |
WPM |
2.68 |
13.45 |
5.35 |
31.38 |
8.03 |
46.32 |
10.71 |
47.07 |
13.38 |
42.14 |
16.06 |
41.84 |
18.74 |
39.71 |
21.41 |
42.03 |
24.09 |
42.84 |
26.77 |
43.48 |
29.45 |
40.35 |
32.12 |
38.1 |
34.8 |
36.55 |
37.48 |
36.18 |
40.15 |
36.16 |
42.83 |
35.58 |
45.51 |
37.18 |
48.18 |
39.35 |
50.86 |
39.17 |
53.54 |
39 |
56.21 |
37.78 |
58.89 |
37.9 |
61.57 |
37.03 |
64.24 |
36.24 |
66.92 |
36.4 |
69.6 |
36.04 |
72.28 |
37.19 |
74.95 |
37.46 |
77.63 |
37.41 |
80.31 |
37.51 |
82.98 |
38.03 |
85.66 |
38.66 |
88.34 |
38.04 |
91.01 |
38.9 |
93.69 |
39.19 |
96.37 |
39.72 |
99.04 |
39.86 |
101.72 |
39.99 |
104.4 |
39.89 |
107.07 |
40.35 |
109.75 |
40.13 |
112.43 |
40.13 |
115.1 |
39.51 |
117.78 |
39.63 |
120.46 |
39.55 |
123.14 |
39.47 |
125.81 |
39.77 |
128.49 |
39.51 |
131.17 |
39.16 |
133.84 |
39.27 |
|