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 |
---|---|---|---|---|
144. | Achromatic - youtu.be/VuzE7... | 66.18 | 98% | 2019-08-31 |
145. | Mikhail (mayham92) | 66.11 | 98% | 2022-07-08 |
146. | Sergito (yoonseok) | 66.07 | 97% | 2025-03-23 |
147. | ABCD (x007) | 66.00 | 99% | 2024-07-06 |
148. | rofllex (rofllex) | 65.96 | 95% | 2023-08-05 |
149. | BaniaTeAmo3 (camilin2002) | 65.83 | 97% | 2023-08-13 |
150. | DNF (lam4nk) | 65.79 | 96.1% | 2024-03-18 |
151. | MEN (menmentsu) | 65.63 | 97% | 2019-02-27 |
152. | OddlySerious (oddlyserious) | 65.55 | 98% | 2024-12-10 |
153. | Mystik (mystik02) | 65.54 | 96% | 2023-12-09 |
154. | jse (dragoncityjose) | 65.53 | 94.9% | 2024-02-03 |
155. | muchinchai (muchinchai) | 65.29 | 98.9% | 2024-01-03 |
156. | xd (renne_hayworth) | 65.09 | 97% | 2024-03-11 |
157. | sang (shatoboar) | 64.98 | 95.9% | 2024-10-05 |
158. | Userzin (userzin) | 64.97 | 97% | 2021-11-30 |
159. | zhm (keshi_lvr) | 64.84 | 95% | 2025-01-12 |
160. | tw0f1v3w0n (capricitor) | 64.68 | 99.3% | 2025-02-02 |
161. | ImpyQ (impyq) | 64.54 | 96% | 2025-04-21 |
162. | Mohammad (alamin_typist) | 64.53 | 99% | 2018-11-17 |
163. | (altrocality) | 64.47 | 96% | 2023-06-04 |
164. | «ùwú» (centritide) | 64.47 | 97% | 2025-01-09 |
165. | vincent (vinkwok) | 64.44 | 97% | 2023-09-29 |
166. | Calculus (uchihalol) | 64.25 | 95% | 2018-11-01 |
167. | cole (socol) | 64.24 | 97% | 2024-07-21 |
168. | Jesse (j_sse) | 64.22 | 97% | 2024-04-24 |
169. | Omar (obaqueiro) | 64.18 | 97% | 2020-03-20 |
170. | Rob (arksis) | 64.13 | 96% | 2023-08-19 |
171. | Stefan Jovanović (stefanst... | 64.01 | 96% | 2023-08-20 |
172. | pomgie (achan66) | 63.90 | 98% | 2023-05-12 |
173. | Meowbeard (meowbeard_) | 63.77 | 97% | 2023-07-13 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,545 | 44.87 | October 3, 2018 |