Official speed |
70.17 wpm (74.90 seconds elapsed during race) |
Without ending ping |
70.36 wpm (1,225 ms delay sending score to TypeRacer’s server) |
Timerless |
70.54 wpm (190 ms elapsed before first character typed; 73.49 seconds elapsed during race) |
Timerless minus one |
70.38 wpm, ignoring the first character typed |
Race Start |
February 17, 2024 7:36:34am UTC |
Race Finish |
February 17, 2024 7:37:49am UTC |
Outcome |
Win (1 of 3) |
Accuracy |
95.9% |
Points |
81.86 |
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 urllib2 import json url = ""hhttp://ajax.googleapis.com/ajax/services/search/web?v=1.90&" query = rwaaw_input("What do you want to search for ? >> ") query = urllib.urlneencode( {'q' : query } ) repsonesponse = urllib2.urleopopn(en (url + query ).read() data = json.loads ( reponssponse ) resulststs = data [ 'responseData' ] [ 'resulststs' ] for result in resutlslts :: title = result[t'title'] url = result['rulurl'] print (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 |
r |
l |
Milliseconds |
190 |
279 |
133 |
46 |
47 |
114 |
56 |
112 |
126 |
116 |
126 |
65 |
121 |
90 |
111 |
148 |
109 |
98 |
46 |
130 |
70 |
95 |
87 |
148 |
101 |
Character |
l |
i |
b |
2 |
|
- |
-2 |
|
i |
m |
p |
o |
r |
t |
|
j |
s |
o |
n |
|
u |
r |
l |
|
= |
Milliseconds |
137 |
68 |
123 |
199 |
61 |
275 |
156 |
91 |
190 |
101 |
101 |
60 |
108 |
82 |
55 |
118 |
117 |
71 |
84 |
93 |
85 |
92 |
81 |
104 |
132 |
Character |
|
" |
" |
h |
-h |
-" |
h |
t |
t |
p |
: |
/ |
/ |
a |
j |
a |
x |
. |
g |
o |
o |
g |
l |
e |
a |
Milliseconds |
117 |
422 |
63 |
233 |
245 |
131 |
183 |
72 |
146 |
91 |
275 |
570 |
178 |
268 |
113 |
82 |
816 |
81 |
234 |
19 |
197 |
449 |
125 |
68 |
168 |
Character |
p |
i |
s |
. |
c |
o |
m |
/ |
a |
j |
a |
x |
/ |
s |
e |
r |
v |
i |
c |
e |
s |
/ |
s |
e |
a |
Milliseconds |
154 |
108 |
120 |
113 |
119 |
121 |
27 |
142 |
161 |
102 |
97 |
127 |
174 |
135 |
75 |
60 |
208 |
69 |
96 |
234 |
64 |
105 |
125 |
116 |
120 |
Character |
r |
c |
h |
/ |
w |
e |
b |
? |
v |
= |
1 |
. |
9 |
-9 |
0 |
& |
" |
|
q |
u |
e |
r |
y |
|
= |
Milliseconds |
27 |
223 |
69 |
195 |
93 |
55 |
116 |
261 |
267 |
387 |
256 |
115 |
196 |
611 |
355 |
371 |
398 |
172 |
179 |
60 |
128 |
100 |
29 |
229 |
46 |
Character |
|
r |
w |
a |
-a |
-w |
a |
w |
_ |
i |
n |
p |
u |
t |
( |
" |
W |
h |
a |
t |
|
d |
o |
|
y |
Milliseconds |
178 |
91 |
130 |
91 |
383 |
99 |
65 |
15 |
257 |
272 |
15 |
88 |
406 |
115 |
200 |
171 |
153 |
123 |
103 |
67 |
88 |
118 |
100 |
73 |
126 |
Character |
o |
u |
|
w |
a |
n |
t |
|
t |
o |
|
s |
e |
a |
r |
c |
h |
|
f |
o |
r |
|
? |
|
> |
Milliseconds |
74 |
107 |
116 |
83 |
67 |
101 |
85 |
136 |
73 |
87 |
139 |
113 |
98 |
80 |
83 |
270 |
58 |
211 |
114 |
92 |
103 |
76 |
215 |
125 |
281 |
Character |
> |
|
" |
) |
|
q |
u |
e |
r |
y |
|
= |
|
u |
r |
l |
l |
i |
b |
. |
u |
r |
l |
n |
e |
Milliseconds |
136 |
84 |
353 |
291 |
223 |
236 |
82 |
137 |
62 |
111 |
130 |
87 |
151 |
139 |
117 |
100 |
138 |
95 |
96 |
192 |
154 |
109 |
90 |
244 |
293 |
Character |
-e |
-n |
e |
n |
c |
o |
d |
e |
( |
|
{ |
' |
q |
' |
|
: |
|
q |
u |
e |
r |
y |
|
} |
|
Milliseconds |
222 |
125 |
101 |
101 |
121 |
92 |
117 |
153 |
90 |
551 |
241 |
276 |
187 |
135 |
253 |
199 |
141 |
147 |
110 |
89 |
114 |
47 |
194 |
89 |
204 |
Character |
) |
|
r |
e |
p |
s |
o |
n |
e |
-e |
-n |
-o |
-s |
-p |
s |
p |
o |
n |
s |
e |
|
= |
|
u |
r |
Milliseconds |
238 |
134 |
135 |
121 |
69 |
13 |
161 |
92 |
9 |
240 |
143 |
151 |
182 |
159 |
124 |
125 |
79 |
114 |
15 |
82 |
111 |
93 |
114 |
600 |
114 |
Character |
l |
l |
i |
b |
2 |
. |
u |
r |
l |
e |
o |
p |
-p |
-o |
-e |
o |
p |
n |
( |
-( |
-n |
e |
n |
|
( |
Milliseconds |
105 |
152 |
63 |
110 |
149 |
100 |
202 |
118 |
99 |
171 |
159 |
94 |
279 |
180 |
122 |
222 |
140 |
319 |
267 |
218 |
167 |
60 |
160 |
246 |
119 |
Character |
u |
r |
l |
|
+ |
|
q |
u |
e |
r |
y |
|
) |
. |
r |
e |
a |
d |
( |
) |
|
d |
a |
t |
a |
Milliseconds |
450 |
55 |
184 |
123 |
143 |
170 |
95 |
112 |
103 |
107 |
73 |
233 |
113 |
284 |
68 |
87 |
67 |
137 |
189 |
43 |
122 |
47 |
120 |
78 |
128 |
Character |
|
= |
|
j |
s |
o |
n |
. |
l |
o |
a |
d |
s |
|
( |
|
r |
e |
p |
o |
n |
s |
-s |
-n |
-o |
Milliseconds |
61 |
151 |
111 |
116 |
110 |
49 |
112 |
187 |
216 |
176 |
69 |
110 |
63 |
220 |
200 |
68 |
107 |
161 |
103 |
123 |
147 |
25 |
397 |
184 |
148 |
Character |
-p |
s |
p |
o |
n |
s |
e |
|
) |
|
r |
e |
s |
u |
l |
s |
t |
s |
-s |
-t |
-s |
t |
s |
|
= |
Milliseconds |
152 |
119 |
158 |
36 |
120 |
44 |
65 |
122 |
120 |
153 |
92 |
76 |
86 |
38 |
146 |
47 |
135 |
162 |
169 |
145 |
143 |
55 |
54 |
168 |
90 |
Character |
|
d |
a |
t |
a |
|
[ |
|
' |
r |
e |
s |
p |
o |
n |
s |
e |
D |
a |
t |
a |
' |
|
] |
|
Milliseconds |
111 |
190 |
98 |
78 |
152 |
205 |
170 |
148 |
327 |
121 |
69 |
74 |
112 |
66 |
125 |
23 |
73 |
397 |
177 |
63 |
112 |
161 |
126 |
120 |
333 |
Character |
[ |
|
' |
r |
e |
s |
u |
l |
s |
t |
s |
-s |
-t |
-s |
t |
s |
' |
|
] |
|
f |
o |
r |
|
r |
Milliseconds |
168 |
164 |
235 |
133 |
88 |
57 |
58 |
152 |
91 |
49 |
129 |
333 |
135 |
149 |
64 |
72 |
151 |
365 |
157 |
183 |
153 |
85 |
158 |
67 |
166 |
Character |
e |
s |
u |
l |
t |
|
i |
n |
|
r |
e |
s |
u |
t |
l |
s |
-s |
-l |
-t |
l |
t |
s |
|
: |
-: |
Milliseconds |
88 |
46 |
75 |
85 |
75 |
95 |
50 |
75 |
138 |
31 |
77 |
43 |
127 |
99 |
8 |
124 |
388 |
128 |
143 |
218 |
24 |
55 |
315 |
24 |
334 |
Character |
- |
: |
|
t |
i |
t |
l |
e |
|
= |
|
r |
e |
s |
u |
l |
t |
[ |
t |
-t |
' |
t |
i |
t |
l |
Milliseconds |
132 |
194 |
88 |
95 |
101 |
72 |
115 |
40 |
188 |
61 |
164 |
92 |
78 |
88 |
32 |
119 |
166 |
240 |
240 |
399 |
205 |
124 |
104 |
94 |
73 |
Character |
e |
' |
] |
|
u |
r |
l |
|
= |
|
r |
e |
s |
u |
l |
t |
[ |
' |
r |
u |
l |
-l |
-u |
-r |
u |
Milliseconds |
135 |
344 |
301 |
260 |
186 |
104 |
93 |
119 |
111 |
137 |
511 |
97 |
53 |
113 |
96 |
59 |
191 |
277 |
157 |
99 |
137 |
226 |
136 |
150 |
206 |
Character |
r |
l |
' |
] |
|
p |
r |
i |
n |
t |
|
( |
t |
-t |
|
t |
i |
t |
l |
e |
|
+ |
|
' |
; |
Milliseconds |
90 |
70 |
315 |
502 |
232 |
89 |
133 |
109 |
14 |
66 |
169 |
119 |
121 |
363 |
86 |
77 |
131 |
26 |
134 |
164 |
347 |
138 |
253 |
118 |
254 |
Character |
|
' |
|
+ |
|
u |
r |
l |
|
) |
Milliseconds |
183 |
316 |
160 |
214 |
244 |
169 |
125 |
87 |
72 |
183 |
|
WPM Timing |
Seconds |
WPM |
1.5 |
96.12 |
3 |
108.14 |
4.49 |
90.78 |
5.99 |
94.12 |
7.49 |
83.31 |
8.99 |
77.43 |
10.49 |
72.09 |
11.98 |
76.1 |
13.48 |
78.32 |
14.98 |
80.1 |
16.48 |
75.73 |
17.98 |
71.42 |
19.47 |
72.09 |
20.97 |
70.95 |
22.47 |
73.16 |
23.97 |
75.6 |
25.47 |
76.33 |
26.97 |
75.65 |
28.46 |
76.73 |
29.96 |
75.3 |
31.46 |
74 |
32.96 |
74.28 |
34.46 |
73.49 |
35.95 |
73.09 |
37.45 |
73.05 |
38.95 |
71.17 |
40.45 |
69.72 |
41.95 |
69.8 |
43.44 |
70.44 |
44.94 |
72.09 |
46.44 |
72.35 |
47.94 |
70.84 |
49.44 |
71.36 |
50.93 |
71.39 |
52.43 |
72.09 |
53.93 |
71.87 |
55.43 |
71.66 |
56.93 |
71.25 |
58.42 |
72.91 |
59.92 |
71.69 |
61.42 |
71.7 |
62.92 |
71.52 |
64.42 |
71.35 |
65.92 |
71.36 |
67.41 |
70.85 |
68.91 |
70.18 |
70.41 |
70.39 |
71.91 |
70.26 |
73.41 |
70.13 |
74.9 |
70.17 |
|