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 |
|---|---|---|---|---|
| 176. | (altrocality) | 64.47 | 96% | 2023-06-04 |
| 177. | «ùwú» (centritide) | 64.47 | 97% | 2025-01-09 |
| 178. | vincent (vinkwok) | 64.44 | 97% | 2023-09-29 |
| 179. | Calculus (uchihalol) | 64.25 | 95% | 2018-11-01 |
| 180. | cole (socol) | 64.24 | 97% | 2024-07-21 |
| 181. | Jesse (j_sse) | 64.22 | 97% | 2024-04-24 |
| 182. | Omar (obaqueiro) | 64.18 | 97% | 2020-03-20 |
| 183. | Rob (arksis) | 64.13 | 96% | 2023-08-19 |
| 184. | Stefan Jovanović (stefanst... | 64.01 | 96% | 2023-08-20 |
| 185. | Walter (waltermcy0110) | 63.93 | 97% | 2025-11-05 |
| 186. | pomgie (achan66) | 63.90 | 98% | 2023-05-12 |
| 187. | Meowbeard (meowbeard_) | 63.77 | 97% | 2023-07-13 |
| 188. | mattot.the.builder (hafizud... | 63.71 | 98% | 2024-02-20 |
| 189. | rey_ (airfilled) | 63.69 | 96% | 2025-06-29 |
| 190. | unps (unps1235) | 63.66 | 96% | 2024-11-19 |
| 191. | yyyyyyyyyyyyyyyyyyyyyyyyyyy... | 63.64 | 97% | 2023-08-23 |
| 192. | Dan (testsubject1) | 63.58 | 94% | 2025-10-12 |
| 193. | Mattias (singmyr) | 63.57 | 96% | 2025-01-21 |
| 194. | MrEpiccc (mrepicc) | 63.38 | 95% | 2024-07-30 |
| 195. | Jordan (cereaitf) | 63.28 | 96% | 2025-05-31 |
| 196. | road to 170WPM (royaljaat) | 63.26 | 97% | 2022-07-08 |
| 197. | AlanHacker (alanhacker) | 63.25 | 96% | 2024-11-18 |
| 198. | Jeremy (cutecup) | 63.08 | 96% | 2025-10-30 |
| 199. | fxf8 (fuexfollets) | 62.98 | 96% | 2023-08-06 |
| 200. | Ken (kenloef) | 62.85 | 98% | 2024-06-18 |
| 201. | Othmane (boumediane1) | 62.81 | 96.4% | 2024-01-11 |
| 202. | صبر (morocco01) | 62.64 | 97% | 2023-11-26 |
| 203. | s (say3d) | 62.45 | 95% | 2023-06-14 |
| 204. | flibux (flibux) | 62.44 | 97% | 2023-11-10 |
| 205. | jOn (jonsport) | 62.43 | 96% | 2022-07-06 |
| Universe | Races | Average WPM | First Race |
|---|---|---|---|
| Coder Edition | 4,545 | 44.87 | October 3, 2018 |