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 )
—from Google Command Line Script, a other by www.pythonforbeginners.com
Active since October 3, 2018.
438 total characters in this text.
View Pit Stop page for this text
Rank | Username | WPM | Accuracy | Date |
---|---|---|---|---|
167. | (altrocality) | 64.47 | 96% | 2023-06-04 |
168. | «ùwú» (centritide) | 64.47 | 97% | 2025-01-09 |
169. | vincent (vinkwok) | 64.44 | 97% | 2023-09-29 |
170. | Calculus (uchihalol) | 64.25 | 95% | 2018-11-01 |
171. | cole (socol) | 64.24 | 97% | 2024-07-21 |
172. | Jesse (j_sse) | 64.22 | 97% | 2024-04-24 |
173. | Omar (obaqueiro) | 64.18 | 97% | 2020-03-20 |
174. | Rob (arksis) | 64.13 | 96% | 2023-08-19 |
175. | Stefan Jovanović (stefanst... | 64.01 | 96% | 2023-08-20 |
176. | pomgie (achan66) | 63.90 | 98% | 2023-05-12 |
177. | Meowbeard (meowbeard_) | 63.77 | 97% | 2023-07-13 |
178. | mattot.the.builder (hafizud... | 63.71 | 98% | 2024-02-20 |
179. | rey_ (airfilled) | 63.69 | 96% | 2025-06-29 |
180. | unps (unps1235) | 63.66 | 96% | 2024-11-19 |
181. | yyyyyyyyyyyyyyyyyyyyyyyyyyy... | 63.64 | 97% | 2023-08-23 |
182. | Mattias (singmyr) | 63.57 | 96% | 2025-01-21 |
183. | MrEpiccc (mrepicc) | 63.38 | 95% | 2024-07-30 |
184. | Jordan (cereaitf) | 63.28 | 96% | 2025-05-31 |
185. | road to 170WPM (royaljaat) | 63.26 | 97% | 2022-07-08 |
186. | AlanHacker (alanhacker) | 63.25 | 96% | 2024-11-18 |
187. | tstats[fuexfollets] (fuexfo... | 62.98 | 96% | 2023-08-06 |
188. | Kramnik (st4ff) | 62.94 | 96% | 2025-07-18 |
189. | Ken (kenloef) | 62.85 | 98% | 2024-06-18 |
190. | Othmane (boumediane1) | 62.81 | 96% | 2024-01-11 |
191. | صبر (morocco01) | 62.64 | 97% | 2023-11-26 |
192. | s (say3d) | 62.45 | 95% | 2023-06-14 |
193. | flibux (flibux) | 62.44 | 97% | 2023-11-10 |
194. | jOn (jonsport) | 62.43 | 96% | 2022-07-06 |
195. | John (ludeke) | 62.40 | 97% | 2024-05-03 |
196. | UnGemm (ungemm) | 62.38 | 96% | 2025-03-31 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,545 | 44.87 | October 3, 2018 |