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 |
---|---|---|---|---|
1140. | aculeasis (aculeasis) | 32.68 | 91% | 2021-10-10 |
1141. | Alin (alinsteve) | 32.68 | 96% | 2023-06-27 |
1142. | botx4 (botx4) | 32.66 | 92% | 2023-11-01 |
1143. | M3mber (m3mber) | 32.66 | 92% | 2023-07-10 |
1144. | Jesup (jesup1) | 32.66 | 92% | 2024-04-29 |
1145. | Mansur (thehumaun) | 32.65 | 93% | 2024-07-01 |
1146. | Taseen (taseen_25) | 32.61 | 94% | 2025-05-31 |
1147. | Gonzalo (gmurop) | 32.56 | 96.2% | 2024-02-25 |
1148. | Ph (hidenki) | 32.53 | 93% | 2023-06-04 |
1149. | Bogdan (bogdanr67) | 32.53 | 92% | 2023-11-01 |
1150. | Владислав (skygrel19) | 32.42 | 95% | 2023-05-29 |
1151. | Crowny (crowny_) | 32.41 | 94% | 2023-07-18 |
1152. | Zheng-Rong (cazhero) | 32.41 | 92% | 2023-07-05 |
1153. | One more (0eme) | 32.41 | 93% | 2023-05-23 |
1154. | Denis (redup) | 32.39 | 95% | 2025-04-25 |
1155. | CrazyMonke (crazy_monke) | 32.36 | 92% | 2024-05-15 |
1156. | papajesus (weshente) | 32.35 | 93% | 2023-07-11 |
1157. | Alvee (alvee_meerza) | 32.34 | 96% | 2024-09-26 |
1158. | Milan (m_i_n_o) | 32.29 | 92% | 2022-12-17 |
1159. | hibiki (hibichyuu) | 32.29 | 95% | 2024-01-03 |
1160. | Alazar (mealazar) | 32.28 | 95% | 2021-11-18 |
1161. | Zubelinde (jhony987) | 32.28 | 92% | 2023-07-02 |
1162. | adi (nogoevadi) | 32.27 | 92% | 2025-03-31 |
1163. | anshul (anshkool) | 32.25 | 96% | 2022-10-07 |
1164. | Trish (trishmn98) | 32.22 | 95% | 2024-07-06 |
1165. | magnuser (magnuser_) | 32.20 | 95.2% | 2025-04-01 |
1166. | test (iliyanezami) | 32.19 | 92% | 2025-02-27 |
1167. | Irfan (irfany) | 32.17 | 92.7% | 2024-09-08 |
1168. | Rhianne (rhiklo_345) | 32.16 | 95% | 2024-06-07 |
1169. | tormentedBishop (cerealkill... | 32.12 | 90% | 2025-02-04 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,545 | 44.87 | October 3, 2018 |