Official speed |
33.26 wpm (158.03 seconds elapsed during race) |
Without ending ping |
34.27 wpm (6,748 ms delay sending score to TypeRacer’s server) |
Timerless |
34.33 wpm (278 ms elapsed before first character typed; 151.00 seconds elapsed during race) |
Timerless minus one |
34.25 wpm, ignoring the first character typed |
Race Start |
October 24, 2024 2:53:04pm UTC |
Race Finish |
October 24, 2024 2:55:42pm UTC |
Outcome |
No win (3 of 3) |
Accuracy |
94.1% |
Points |
38.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 urllib2 import urllib import json url = "http://ajax.googleapis.com/ajax/services/search/web?v=1.0&" query =- raw in_input"("whatWhat tdo you wnat and to t to search for ? >> ") quer =y = urllib.urlencode( P{'g'ggq' : query } ) response = urllib2.rurlopen (url +_ query ). Rread() data = json.oaloads (r repsponse ) result s = data ({[ 'responsDeData' ] {]]\[ 'results' [] for result in results; : title = result}{['title]'{[] url = result ['url'[p] print ( title + '; ' _++ url ) |
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 |
278 |
194 |
153 |
168 |
13 |
171 |
79 |
184 |
154 |
170 |
169 |
111 |
103 |
244 |
236 |
181 |
123 |
60 |
80 |
73 |
176 |
73 |
154 |
308 |
309 |
Character |
l |
i |
b |
|
i |
m |
p |
o |
r |
t |
|
j |
s |
o |
n |
|
u |
r |
l |
|
= |
|
" |
h |
t |
Milliseconds |
184 |
117 |
155 |
300 |
170 |
134 |
74 |
45 |
98 |
180 |
85 |
185 |
149 |
151 |
120 |
216 |
181 |
118 |
120 |
267 |
211 |
420 |
683 |
806 |
158 |
Character |
t |
p |
: |
/ |
/ |
a |
j |
a |
x |
. |
g |
o |
o |
g |
l |
e |
a |
p |
i |
s |
. |
c |
o |
m |
/ |
Milliseconds |
181 |
154 |
432 |
533 |
178 |
419 |
152 |
139 |
228 |
331 |
229 |
569 |
158 |
62 |
195 |
158 |
668 |
254 |
173 |
368 |
219 |
281 |
74 |
129 |
480 |
Character |
a |
j |
a |
x |
/ |
s |
e |
r |
v |
i |
c |
e |
s |
/ |
s |
e |
a |
r |
c |
h |
/ |
w |
e |
b |
? |
Milliseconds |
368 |
185 |
167 |
245 |
640 |
293 |
186 |
131 |
405 |
132 |
121 |
170 |
143 |
238 |
457 |
113 |
275 |
100 |
263 |
245 |
1189 |
418 |
123 |
258 |
386 |
Character |
v |
= |
1 |
. |
0 |
& |
" |
|
q |
u |
e |
r |
y |
|
= |
- |
-- |
|
r |
a |
w |
|
i |
n |
-n |
Milliseconds |
436 |
400 |
696 |
373 |
820 |
2362 |
1233 |
727 |
141 |
144 |
120 |
329 |
536 |
624 |
316 |
0 |
521 |
658 |
437 |
136 |
400 |
176 |
169 |
97 |
374 |
Character |
-i |
- |
_ |
i |
n |
p |
u |
t |
" |
-" |
( |
" |
w |
h |
a |
t |
-t |
-a |
-h |
-w |
W |
h |
a |
t |
|
Milliseconds |
162 |
182 |
366 |
566 |
107 |
209 |
114 |
122 |
509 |
430 |
227 |
334 |
640 |
144 |
96 |
80 |
317 |
163 |
156 |
172 |
85 |
202 |
79 |
70 |
81 |
Character |
t |
-t |
d |
o |
|
y |
o |
u |
|
w |
n |
a |
t |
|
- |
-t |
-a |
-n |
a |
n |
d |
|
t |
o |
|
Milliseconds |
172 |
272 |
126 |
77 |
132 |
133 |
66 |
98 |
59 |
93 |
157 |
6 |
95 |
98 |
377 |
165 |
155 |
183 |
99 |
125 |
66 |
76 |
108 |
60 |
68 |
Character |
- |
-o |
-t |
- |
-d |
t |
|
t |
o |
|
s |
e |
a |
r |
c |
h |
|
f |
o |
r |
|
? |
|
> |
> |
Milliseconds |
297 |
166 |
167 |
167 |
168 |
62 |
70 |
304 |
86 |
124 |
297 |
134 |
163 |
142 |
184 |
99 |
638 |
147 |
63 |
120 |
116 |
235 |
156 |
254 |
202 |
Character |
|
" |
) |
|
q |
u |
e |
r |
|
= |
-= |
- |
y |
|
= |
|
u |
r |
l |
l |
i |
b |
. |
u |
r |
Milliseconds |
360 |
200 |
456 |
339 |
357 |
129 |
117 |
234 |
328 |
297 |
348 |
152 |
337 |
187 |
564 |
230 |
309 |
107 |
155 |
160 |
109 |
115 |
213 |
345 |
120 |
Character |
l |
e |
n |
c |
o |
d |
e |
( |
|
P |
-P |
{ |
' |
g |
' |
-' |
-g |
g |
g |
-g |
-g |
q |
' |
|
: |
Milliseconds |
401 |
214 |
107 |
314 |
97 |
141 |
166 |
292 |
1709 |
1513 |
480 |
223 |
742 |
522 |
219 |
448 |
141 |
125 |
127 |
359 |
165 |
1696 |
665 |
717 |
253 |
Character |
|
q |
u |
e |
r |
y |
|
} |
|
) |
|
r |
e |
s |
p |
o |
n |
s |
e |
|
= |
|
u |
r |
l |
Milliseconds |
388 |
208 |
200 |
154 |
230 |
173 |
344 |
700 |
665 |
243 |
184 |
283 |
80 |
400 |
237 |
85 |
139 |
144 |
109 |
137 |
234 |
211 |
236 |
130 |
136 |
Character |
l |
i |
b |
2 |
. |
r |
-r |
u |
r |
l |
o |
p |
e |
n |
|
( |
u |
r |
l |
|
+ |
_ |
|
- |
-_ |
Milliseconds |
174 |
92 |
103 |
561 |
255 |
413 |
532 |
201 |
47 |
176 |
177 |
204 |
115 |
119 |
220 |
186 |
263 |
94 |
152 |
181 |
249 |
8 |
268 |
290 |
165 |
Character |
|
q |
u |
e |
r |
y |
|
) |
. |
|
R |
-R |
- |
r |
e |
a |
d |
( |
) |
|
d |
a |
t |
a |
|
Milliseconds |
87 |
259 |
129 |
158 |
189 |
165 |
298 |
212 |
524 |
139 |
230 |
309 |
154 |
141 |
56 |
106 |
107 |
473 |
169 |
388 |
132 |
131 |
83 |
133 |
115 |
Character |
= |
|
j |
s |
o |
n |
. |
o |
a |
-a |
-o |
l |
o |
a |
d |
s |
|
( |
r |
-r |
|
r |
e |
p |
-p |
Milliseconds |
168 |
240 |
696 |
272 |
127 |
104 |
229 |
271 |
178 |
388 |
168 |
281 |
167 |
41 |
121 |
184 |
167 |
260 |
268 |
340 |
139 |
222 |
139 |
151 |
478 |
Character |
s |
p |
o |
n |
s |
e |
|
) |
|
r |
e |
s |
u |
l |
t |
|
- |
s |
|
= |
|
d |
a |
t |
a |
Milliseconds |
89 |
102 |
111 |
138 |
389 |
135 |
603 |
249 |
170 |
187 |
87 |
133 |
107 |
141 |
98 |
115 |
559 |
106 |
116 |
284 |
213 |
252 |
120 |
104 |
108 |
Character |
|
( |
-( |
{ |
-{ |
[ |
|
' |
r |
e |
s |
p |
o |
n |
s |
D |
-D |
e |
D |
a |
t |
a |
' |
|
] |
Milliseconds |
143 |
316 |
561 |
650 |
421 |
214 |
484 |
362 |
676 |
83 |
168 |
171 |
89 |
165 |
37 |
745 |
356 |
159 |
502 |
170 |
152 |
785 |
211 |
567 |
405 |
Character |
|
{ |
-{ |
] |
-] |
] |
\ |
-\ |
-] |
[ |
|
' |
r |
e |
s |
u |
l |
t |
s |
' |
|
[ |
-[ |
] |
|
Milliseconds |
536 |
1095 |
652 |
360 |
632 |
282 |
726 |
0 |
0 |
1314 |
980 |
881 |
614 |
82 |
144 |
149 |
209 |
123 |
1214 |
231 |
809 |
774 |
571 |
571 |
712 |
Character |
f |
o |
r |
|
r |
e |
s |
u |
l |
t |
|
i |
n |
|
r |
e |
s |
u |
l |
t |
s |
; |
|
- |
-; |
Milliseconds |
267 |
105 |
78 |
136 |
310 |
59 |
158 |
58 |
96 |
96 |
83 |
103 |
80 |
70 |
134 |
94 |
125 |
79 |
99 |
65 |
108 |
420 |
138 |
533 |
151 |
Character |
: |
|
t |
i |
t |
l |
e |
|
= |
|
r |
e |
s |
u |
l |
t |
} |
-} |
{ |
-{ |
[ |
' |
t |
i |
t |
Milliseconds |
223 |
120 |
260 |
99 |
236 |
173 |
128 |
165 |
279 |
218 |
217 |
115 |
176 |
134 |
114 |
101 |
1485 |
534 |
261 |
520 |
230 |
1018 |
263 |
138 |
163 |
Character |
l |
e |
] |
-] |
' |
{ |
-{ |
[ |
-[ |
] |
|
u |
r |
l |
|
= |
|
r |
e |
s |
u |
l |
t |
|
- |
Milliseconds |
127 |
110 |
363 |
483 |
280 |
509 |
507 |
245 |
630 |
248 |
1683 |
160 |
85 |
113 |
202 |
173 |
219 |
176 |
132 |
128 |
189 |
85 |
118 |
235 |
363 |
Character |
[ |
' |
u |
r |
l |
' |
[ |
-[ |
p |
-p |
] |
|
p |
r |
i |
n |
t |
|
( |
|
t |
i |
t |
l |
e |
Milliseconds |
461 |
865 |
410 |
129 |
158 |
851 |
1164 |
607 |
245 |
545 |
342 |
858 |
248 |
108 |
117 |
85 |
64 |
130 |
421 |
966 |
101 |
134 |
128 |
181 |
100 |
Character |
|
+ |
|
' |
; |
|
' |
|
_ |
+ |
-+ |
-_ |
+ |
|
u |
r |
l |
|
) |
Milliseconds |
304 |
355 |
448 |
623 |
437 |
232 |
459 |
324 |
459 |
6 |
476 |
152 |
648 |
563 |
244 |
125 |
100 |
1078 |
426 |
|
WPM Timing |
Seconds |
WPM |
3.16 |
79.73 |
6.32 |
75.94 |
9.48 |
64.55 |
12.64 |
57.9 |
15.8 |
56.19 |
18.96 |
54.42 |
22.12 |
52.07 |
25.28 |
49.36 |
28.44 |
44.72 |
31.61 |
42.52 |
34.77 |
41.07 |
37.93 |
39.55 |
41.09 |
38.26 |
44.25 |
38.51 |
47.41 |
38.73 |
50.57 |
39.63 |
53.73 |
39.08 |
56.89 |
40.29 |
60.05 |
38.37 |
63.21 |
36.83 |
66.37 |
35.44 |
69.53 |
35.55 |
72.69 |
36.48 |
75.85 |
36.7 |
79.01 |
37.51 |
82.17 |
37.53 |
85.33 |
37.97 |
88.5 |
37.97 |
91.66 |
38.62 |
94.82 |
38.47 |
97.98 |
38.21 |
101.14 |
37.85 |
104.3 |
37.16 |
107.46 |
36.07 |
110.62 |
35.8 |
113.78 |
35.33 |
116.94 |
35.3 |
120.1 |
36.07 |
123.26 |
36.41 |
126.42 |
35.69 |
129.58 |
35.38 |
132.74 |
35.08 |
135.9 |
35.14 |
139.06 |
34.69 |
142.22 |
34.68 |
145.39 |
34.67 |
148.55 |
34.33 |
151.71 |
34.65 |
154.87 |
33.94 |
158.03 |
33.26 |
|