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 |
---|---|---|---|---|
1146. | Saruulbuyan (erozionzeal) | 32.90 | 93% | 2023-12-29 |
1147. | honyaa (honyaa) | 32.87 | 96% | 2024-09-13 |
1148. | kawser (kawser25350) | 32.86 | 95% | 2024-11-20 |
1149. | 1st2worst (1st2worst) | 32.82 | 93% | 2023-10-27 |
1150. | Normal_Coder (normal_coder) | 32.76 | 93% | 2023-05-25 |
1151. | akshat (akki776) | 32.72 | 94% | 2023-06-28 |
1152. | Nikita (s_ttyx) | 32.70 | 91% | 2023-07-16 |
1153. | Alekseevich (alekseevich_cmu) | 32.70 | 94% | 2023-05-31 |
1154. | aculeasis (aculeasis) | 32.68 | 91% | 2021-10-10 |
1155. | Alin (alinsteve) | 32.68 | 96% | 2023-06-27 |
1156. | botx4 (botx4) | 32.66 | 92% | 2023-11-01 |
1157. | M3mber (m3mber) | 32.66 | 92% | 2023-07-10 |
1158. | Jesup (jesup1) | 32.66 | 92% | 2024-04-29 |
1159. | Mansur (thehumaun) | 32.65 | 93% | 2024-07-01 |
1160. | Taseen (taseen_25) | 32.61 | 94% | 2025-05-31 |
1161. | Gonzalo (gmurop) | 32.56 | 96.2% | 2024-02-25 |
1162. | Ph (hidenki) | 32.53 | 93% | 2023-06-04 |
1163. | Bogdan (bogdanr67) | 32.53 | 92% | 2023-11-01 |
1164. | Владислав (skygrel19) | 32.42 | 95% | 2023-05-29 |
1165. | Crowny (crowny_) | 32.41 | 94% | 2023-07-18 |
1166. | Zheng-Rong (cazhero) | 32.41 | 92% | 2023-07-05 |
1167. | One more (0eme) | 32.41 | 93% | 2023-05-23 |
1168. | Denis (redup) | 32.39 | 95% | 2025-04-25 |
1169. | CrazyMonke (crazy_monke) | 32.36 | 92% | 2024-05-15 |
1170. | papajesus (weshente) | 32.35 | 93% | 2023-07-11 |
1171. | Alvee (alvee_meerza) | 32.34 | 96% | 2024-09-26 |
1172. | Milan (m_i_n_o) | 32.29 | 92% | 2022-12-17 |
1173. | hibiki (hibichyuu) | 32.29 | 95% | 2024-01-03 |
1174. | Alazar (mealazar) | 32.28 | 95% | 2021-11-18 |
1175. | Zubelinde (jhony987) | 32.28 | 92% | 2023-07-02 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,545 | 44.87 | October 3, 2018 |