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 |
---|---|---|---|---|
157. | (altrocality) | 64.47 | 96% | 2023-06-04 |
158. | «ùwú» (centritide) | 64.47 | 97% | 2025-01-09 |
159. | vincent (vinkwok) | 64.44 | 97% | 2023-09-29 |
160. | Calculus (uchihalol) | 64.25 | 95% | 2018-11-01 |
161. | cole (socol) | 64.24 | 97% | 2024-07-21 |
162. | Jesse (j_sse) | 64.22 | 97% | 2024-04-24 |
163. | Omar (obaqueiro) | 64.18 | 97% | 2020-03-20 |
164. | Rob (arksis) | 64.13 | 96% | 2023-08-19 |
165. | Stefan Jovanović (stefanst... | 64.01 | 96% | 2023-08-20 |
166. | pomgie (achan66) | 63.90 | 98% | 2023-05-12 |
167. | mattot.the.builder (hafizud... | 63.71 | 98% | 2024-02-20 |
168. | unps (unps1235) | 63.66 | 96% | 2024-11-19 |
169. | yyyyyyyyyyyyyyyyyyyyyyyyyyy... | 63.64 | 97% | 2023-08-23 |
170. | Mattias (singmyr) | 63.57 | 96% | 2025-01-21 |
171. | MrEpiccc (mrepicc) | 63.38 | 95% | 2024-07-30 |
172. | (royaljaat) | 63.26 | 97% | 2022-07-08 |
173. | AlanHacker (alanhacker) | 63.25 | 96% | 2024-11-18 |
174. | Fuexfollets (fuexfollets) | 62.98 | 96% | 2023-08-06 |
175. | Ken (kenloef) | 62.85 | 98% | 2024-06-18 |
176. | Othmane (boumediane1) | 62.81 | 96% | 2024-01-11 |
177. | صبر (morocco01) | 62.64 | 97% | 2023-11-26 |
178. | s (say3d) | 62.45 | 95% | 2023-06-14 |
179. | flibux (flibux) | 62.44 | 97% | 2023-11-10 |
180. | Jon (jonsport) | 62.43 | 96% | 2022-07-06 |
181. | John (ludeke) | 62.40 | 97% | 2024-05-03 |
182. | UnGemm (ungemm) | 62.38 | 96% | 2025-03-31 |
183. | Real (not_available_name) | 62.37 | 96% | 2022-07-05 |
184. | Zander (igikona) | 62.23 | 96% | 2023-08-16 |
185. | Siddhartha (sid_tiw) | 62.18 | 96% | 2023-07-16 |
186. | E (ee89) | 62.15 | 95% | 2023-09-17 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,545 | 44.87 | October 3, 2018 |