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 |
|---|---|---|---|---|
| 1252. | Normal_Coder (normal_coder) | 32.76 | 93% | 2023-05-25 |
| 1253. | akshat (akki776) | 32.72 | 94% | 2023-06-28 |
| 1254. | Nikita (s_ttyx) | 32.70 | 91% | 2023-07-16 |
| 1255. | Alekseevich (alekseevich_cmu) | 32.70 | 94% | 2023-05-31 |
| 1256. | aculeasis (aculeasis) | 32.68 | 91% | 2021-10-10 |
| 1257. | Alin (alinsteve) | 32.68 | 96% | 2023-06-27 |
| 1258. | botx4 (botx4) | 32.66 | 92% | 2023-11-01 |
| 1259. | M3mber (m3mber) | 32.66 | 92% | 2023-07-10 |
| 1260. | Jesup (jesup1) | 32.66 | 92% | 2024-04-29 |
| 1261. | Mansur (thehumaun) | 32.65 | 93% | 2024-07-01 |
| 1262. | Augusto Aguilar (fa1progra) | 32.64 | 92% | 2025-06-15 |
| 1263. | Taseen (taseen_25) | 32.61 | 94% | 2025-05-31 |
| 1264. | Gonzalo (gmurop) | 32.56 | 96.2% | 2024-02-25 |
| 1265. | Ph (hidenki) | 32.53 | 93% | 2023-06-04 |
| 1266. | Bogdan (bogdanr67) | 32.53 | 92% | 2023-11-01 |
| 1267. | Владислав (skygrel19) | 32.42 | 95% | 2023-05-29 |
| 1268. | kila (kila_lol) | 32.41 | 94% | 2025-10-04 |
| 1269. | Crowny (crowny_) | 32.41 | 94% | 2023-07-18 |
| 1270. | Zheng-Rong (cazhero) | 32.41 | 92% | 2023-07-05 |
| 1271. | One more (0eme) | 32.41 | 93% | 2023-05-23 |
| 1272. | Fanor (fanor) | 32.39 | 94% | 2025-09-10 |
| 1273. | Denis (redup) | 32.39 | 95% | 2025-04-25 |
| 1274. | Oskar (juicyoskar) | 32.37 | 93% | 2025-08-05 |
| 1275. | Miikoozawa (miikoozawa_) | 32.36 | 95% | 2025-05-06 |
| 1276. | papajesus (weshente) | 32.35 | 93% | 2023-07-11 |
| 1277. | Alvee (alvee_meerza) | 32.34 | 96% | 2024-09-26 |
| 1278. | Milan (m_i_n_o) | 32.29 | 92% | 2022-12-17 |
| 1279. | hibiki (hibichyuu) | 32.29 | 95% | 2024-01-03 |
| 1280. | Alazar (mealazar) | 32.28 | 95% | 2021-11-18 |
| 1281. | Zubelinde (jhony987) | 32.28 | 92% | 2023-07-02 |
| Universe | Races | Average WPM | First Race |
|---|---|---|---|
| Coder Edition | 4,545 | 44.87 | October 3, 2018 |