Official speed |
41.45 wpm (126.80 seconds elapsed during race) |
Without ending ping |
41.58 wpm (2,124 ms delay sending score to TypeRacer’s server) |
Timerless |
41.59 wpm (47 ms elapsed before first character typed; 124.63 seconds elapsed during race) |
Timerless minus one |
41.50 wpm, ignoring the first character typed |
Race Start |
December 18, 2024 5:35:50pm UTC |
Race Finish |
December 18, 2024 5:37:56pm UTC |
Outcome |
Win (1 of 3) |
Accuracy |
95.7% |
Points |
48.36 |
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 urllib2 import urllib import json url = "http:..://ajax.googleapis.com/ajax/services/search/web?bv=1.0&" query - r=wa raw_input("What do you want to searachch for ? >> ") qyeruery = urllib.urlendcode( {'q' : query } ) response = urllib2 =..urlopen (url + query ).read() data = json.leadoads ( reqpssponse ) results = dtaata ][ 'responseData' ] [ ;re;re='results' ] for result in results: title = result [;'title'] url = result['url'] print ( title + ;'; ' + ruurl ) |
Timing |
Character |
i |
m |
p |
o |
r |
t |
|
u |
r |
l |
l |
i |
b |
2 |
|
i |
m |
p |
o |
r |
t |
|
u |
r |
l |
Milliseconds |
47 |
165 |
196 |
209 |
76 |
213 |
86 |
220 |
127 |
95 |
227 |
222 |
32 |
323 |
353 |
132 |
116 |
187 |
199 |
67 |
209 |
21 |
213 |
138 |
143 |
Character |
l |
i |
b |
|
i |
m |
p |
o |
r |
t |
|
j |
s |
o |
n |
|
u |
r |
l |
|
= |
|
" |
h |
t |
Milliseconds |
241 |
203 |
45 |
235 |
205 |
146 |
147 |
186 |
71 |
212 |
76 |
209 |
187 |
92 |
84 |
163 |
179 |
76 |
115 |
272 |
189 |
154 |
602 |
258 |
142 |
Character |
t |
p |
: |
. |
. |
-. |
-. |
-: |
: |
/ |
/ |
a |
j |
a |
x |
. |
g |
o |
o |
g |
l |
e |
a |
p |
i |
Milliseconds |
155 |
117 |
458 |
391 |
197 |
502 |
232 |
151 |
997 |
256 |
180 |
149 |
149 |
105 |
381 |
267 |
206 |
169 |
150 |
105 |
196 |
90 |
237 |
89 |
289 |
Character |
s |
. |
c |
o |
m |
/ |
a |
j |
a |
x |
/ |
s |
e |
r |
v |
i |
c |
e |
s |
/ |
s |
e |
a |
r |
c |
Milliseconds |
156 |
227 |
209 |
56 |
83 |
308 |
219 |
228 |
81 |
255 |
356 |
408 |
120 |
113 |
246 |
187 |
205 |
227 |
169 |
203 |
318 |
148 |
158 |
102 |
286 |
Character |
h |
/ |
w |
e |
b |
? |
b |
-b |
v |
= |
1 |
. |
0 |
& |
" |
|
q |
u |
e |
r |
y |
|
- |
|
r |
Milliseconds |
99 |
245 |
220 |
117 |
301 |
391 |
462 |
600 |
102 |
699 |
258 |
340 |
417 |
1062 |
806 |
339 |
614 |
97 |
90 |
124 |
48 |
161 |
275 |
152 |
152 |
Character |
-r |
- |
-- |
= |
w |
a |
-a |
-w |
|
r |
a |
w |
_ |
i |
n |
p |
u |
t |
( |
" |
W |
h |
a |
t |
|
Milliseconds |
338 |
100 |
107 |
783 |
178 |
73 |
450 |
134 |
214 |
408 |
477 |
281 |
609 |
363 |
164 |
91 |
341 |
82 |
604 |
672 |
401 |
197 |
78 |
86 |
79 |
Character |
d |
o |
|
y |
o |
u |
|
w |
a |
n |
t |
|
t |
o |
|
s |
e |
a |
r |
a |
c |
h |
-h |
-c |
-a |
Milliseconds |
205 |
47 |
117 |
117 |
182 |
103 |
271 |
197 |
88 |
127 |
98 |
69 |
147 |
66 |
103 |
183 |
82 |
147 |
5 |
78 |
228 |
75 |
326 |
129 |
129 |
Character |
c |
h |
|
f |
o |
r |
|
? |
|
> |
> |
|
" |
) |
|
q |
y |
e |
r |
-r |
-e |
-y |
u |
e |
r |
Milliseconds |
71 |
172 |
356 |
88 |
129 |
70 |
337 |
296 |
255 |
329 |
161 |
169 |
567 |
715 |
222 |
304 |
108 |
87 |
85 |
407 |
139 |
127 |
244 |
78 |
83 |
Character |
y |
|
= |
|
u |
r |
l |
l |
i |
b |
. |
u |
r |
l |
e |
n |
d |
-d |
c |
o |
d |
e |
( |
|
{ |
Milliseconds |
110 |
170 |
710 |
161 |
166 |
121 |
78 |
261 |
220 |
66 |
358 |
257 |
141 |
180 |
525 |
76 |
128 |
356 |
66 |
135 |
125 |
191 |
325 |
216 |
282 |
Character |
' |
q |
' |
|
: |
|
q |
u |
e |
r |
y |
|
} |
|
) |
|
r |
e |
s |
p |
o |
n |
s |
e |
|
Milliseconds |
1393 |
582 |
489 |
280 |
535 |
156 |
873 |
84 |
167 |
118 |
86 |
163 |
888 |
317 |
428 |
300 |
345 |
154 |
253 |
187 |
228 |
264 |
85 |
55 |
119 |
Character |
= |
|
u |
r |
l |
l |
i |
b |
2 |
|
= |
. |
-. |
-= |
- |
. |
u |
r |
l |
o |
p |
e |
n |
|
( |
Milliseconds |
277 |
119 |
232 |
125 |
126 |
205 |
200 |
91 |
391 |
165 |
507 |
192 |
415 |
133 |
325 |
365 |
243 |
140 |
91 |
261 |
451 |
226 |
115 |
176 |
413 |
Character |
u |
r |
l |
|
+ |
|
q |
u |
e |
r |
y |
|
) |
. |
r |
e |
a |
d |
( |
) |
|
d |
a |
t |
a |
Milliseconds |
340 |
103 |
100 |
219 |
303 |
145 |
243 |
107 |
115 |
119 |
64 |
137 |
339 |
411 |
199 |
46 |
125 |
237 |
365 |
267 |
148 |
113 |
149 |
113 |
80 |
Character |
|
= |
|
j |
s |
o |
n |
. |
l |
e |
a |
d |
-d |
-a |
-e |
o |
a |
d |
s |
|
( |
|
r |
e |
q |
Milliseconds |
180 |
381 |
159 |
170 |
183 |
69 |
69 |
240 |
449 |
71 |
100 |
152 |
498 |
127 |
172 |
286 |
100 |
185 |
337 |
461 |
242 |
326 |
157 |
57 |
251 |
Character |
p |
-p |
s |
-s |
-q |
s |
p |
o |
n |
s |
e |
|
) |
|
r |
e |
s |
u |
l |
t |
s |
|
= |
|
d |
Milliseconds |
244 |
458 |
142 |
308 |
135 |
90 |
231 |
194 |
214 |
91 |
58 |
152 |
568 |
234 |
131 |
27 |
342 |
134 |
201 |
45 |
420 |
177 |
256 |
183 |
607 |
Character |
t |
a |
-a |
-t |
a |
t |
a |
|
] |
-] |
[ |
|
' |
r |
e |
s |
p |
o |
n |
s |
e |
D |
a |
t |
a |
Milliseconds |
236 |
112 |
542 |
124 |
61 |
167 |
68 |
310 |
223 |
684 |
621 |
496 |
341 |
341 |
64 |
238 |
80 |
234 |
260 |
62 |
65 |
404 |
309 |
39 |
212 |
Character |
' |
|
] |
|
[ |
|
; |
r |
e |
-e |
-r |
-; |
; |
r |
e |
-e |
= |
-= |
-r |
-; |
' |
r |
e |
s |
u |
Milliseconds |
717 |
199 |
2021 |
363 |
537 |
288 |
568 |
174 |
59 |
314 |
142 |
134 |
284 |
177 |
54 |
375 |
146 |
14 |
128 |
377 |
795 |
275 |
28 |
254 |
126 |
Character |
l |
t |
s |
' |
|
] |
|
f |
o |
r |
|
r |
e |
s |
u |
l |
t |
|
i |
n |
|
r |
e |
s |
u |
Milliseconds |
185 |
79 |
276 |
425 |
216 |
1089 |
629 |
165 |
68 |
644 |
145 |
482 |
115 |
240 |
75 |
138 |
98 |
70 |
162 |
113 |
123 |
119 |
75 |
283 |
131 |
Character |
l |
t |
s |
: |
|
t |
i |
t |
l |
e |
|
= |
|
r |
e |
s |
u |
l |
t |
|
- |
[ |
; |
-; |
' |
Milliseconds |
125 |
97 |
305 |
607 |
93 |
653 |
105 |
95 |
219 |
84 |
102 |
322 |
305 |
153 |
129 |
338 |
122 |
202 |
71 |
116 |
473 |
296 |
987 |
537 |
1001 |
Character |
t |
i |
t |
l |
e |
' |
] |
|
u |
r |
l |
|
= |
|
r |
e |
s |
u |
l |
t |
[ |
' |
u |
r |
l |
Milliseconds |
402 |
123 |
158 |
154 |
79 |
324 |
797 |
354 |
270 |
186 |
137 |
166 |
317 |
189 |
98 |
68 |
316 |
130 |
147 |
29 |
525 |
709 |
342 |
116 |
114 |
Character |
' |
] |
|
p |
r |
i |
n |
t |
|
( |
|
t |
i |
t |
l |
e |
|
+ |
|
; |
-; |
' |
; |
|
' |
Milliseconds |
317 |
473 |
203 |
226 |
130 |
114 |
106 |
59 |
75 |
337 |
329 |
174 |
94 |
103 |
155 |
92 |
80 |
494 |
91 |
601 |
623 |
308 |
384 |
165 |
1074 |
Character |
|
+ |
|
r |
u |
-u |
-r |
u |
r |
l |
|
) |
Milliseconds |
322 |
748 |
157 |
177 |
40 |
628 |
123 |
222 |
93 |
120 |
356 |
314 |
|
WPM Timing |
Seconds |
WPM |
2.54 |
66.24 |
5.07 |
70.98 |
7.61 |
74.13 |
10.14 |
61.51 |
12.68 |
54.89 |
15.22 |
55.99 |
17.75 |
56.1 |
20.29 |
56.78 |
22.82 |
53.1 |
25.36 |
50.16 |
27.9 |
49.04 |
30.43 |
45.74 |
32.97 |
44.77 |
35.5 |
44.95 |
38.04 |
47.63 |
40.58 |
47.32 |
43.11 |
46.48 |
45.65 |
46.27 |
48.19 |
46.32 |
50.72 |
45.66 |
53.26 |
44.84 |
55.79 |
44.52 |
58.33 |
44.85 |
60.87 |
44.75 |
63.4 |
44.1 |
65.94 |
44.77 |
68.47 |
45.39 |
71.01 |
45.8 |
73.55 |
45.2 |
76.08 |
44.64 |
78.62 |
45.18 |
81.15 |
44.8 |
83.69 |
43.88 |
86.23 |
44.39 |
88.76 |
43.4 |
91.3 |
42.72 |
93.83 |
41.56 |
96.37 |
41.71 |
98.91 |
41.37 |
101.44 |
42.35 |
103.98 |
42.47 |
106.51 |
42.25 |
109.05 |
41.71 |
111.59 |
41.73 |
114.12 |
41.85 |
116.66 |
42.28 |
119.2 |
42.28 |
121.73 |
41.9 |
124.27 |
41.52 |
126.8 |
41.45 |
|