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 |
---|---|---|---|---|
1160. | M3mber (m3mber) | 32.66 | 92% | 2023-07-10 |
1161. | Jesup (jesup1) | 32.66 | 92% | 2024-04-29 |
1162. | Mansur (thehumaun) | 32.65 | 93% | 2024-07-01 |
1163. | Augusto Aguilar (fa1progra) | 32.64 | 92% | 2025-06-15 |
1164. | Taseen (taseen_25) | 32.61 | 94% | 2025-05-31 |
1165. | Gonzalo (gmurop) | 32.56 | 96.2% | 2024-02-25 |
1166. | Ph (hidenki) | 32.53 | 93% | 2023-06-04 |
1167. | Bogdan (bogdanr67) | 32.53 | 92% | 2023-11-01 |
1168. | Владислав (skygrel19) | 32.42 | 95% | 2023-05-29 |
1169. | Crowny (crowny_) | 32.41 | 94% | 2023-07-18 |
1170. | Zheng-Rong (cazhero) | 32.41 | 92% | 2023-07-05 |
1171. | One more (0eme) | 32.41 | 93% | 2023-05-23 |
1172. | Denis (redup) | 32.39 | 95% | 2025-04-25 |
1173. | CrazyMonke (crazy_monke) | 32.36 | 92% | 2024-05-15 |
1174. | papajesus (weshente) | 32.35 | 93% | 2023-07-11 |
1175. | Alvee (alvee_meerza) | 32.34 | 96% | 2024-09-26 |
1176. | Milan (m_i_n_o) | 32.29 | 92% | 2022-12-17 |
1177. | hibiki (hibichyuu) | 32.29 | 95% | 2024-01-03 |
1178. | Alazar (mealazar) | 32.28 | 95% | 2021-11-18 |
1179. | Zubelinde (jhony987) | 32.28 | 92% | 2023-07-02 |
1180. | adi (nogoevadi) | 32.27 | 92% | 2025-03-31 |
1181. | anshul (anshkool) | 32.25 | 96% | 2022-10-07 |
1182. | Trish (trishmn98) | 32.22 | 95% | 2024-07-06 |
1183. | magnuser (magnuser_) | 32.20 | 95.2% | 2025-04-01 |
1184. | test (iliyanezami) | 32.19 | 92% | 2025-02-27 |
1185. | Irfan (irfany) | 32.17 | 92.7% | 2024-09-08 |
1186. | Rhianne (rhiklo_345) | 32.16 | 95% | 2024-06-07 |
1187. | Ash (ryuujinp1) | 32.13 | 95% | 2023-05-30 |
1188. | tormentedBishop (cerealkill... | 32.12 | 90% | 2025-02-04 |
1189. | rem (rem123) | 32.10 | 93% | 2023-07-14 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,545 | 44.87 | October 3, 2018 |