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 |
---|---|---|---|---|
1297. | Looser (loos_er) | 28.78 | 94% | 2024-03-11 |
1298. | Lotus (lotusanimations) | 28.77 | 93% | 2024-03-22 |
1299. | KAILASH (kailash_392) | 28.75 | 96% | 2023-06-08 |
1300. | Luis Rodrigo Ramos Martinez... | 28.71 | 94% | 2024-06-09 |
1301. | guy (zagu) | 28.68 | 94% | 2023-07-26 |
1302. | Varun (vavisharo) | 28.64 | 93% | 2023-08-20 |
1303. | hamdy (hamdytoto) | 28.60 | 91.7% | 2024-12-19 |
1304. | Unik Kc (kc_unick) | 28.59 | 91% | 2023-06-08 |
1305. | ፀጋ ተልከሰከሰ... | 28.58 | 96% | 2024-11-14 |
1306. | Mostafa (mostafa_nasr) | 28.57 | 93% | 2023-06-25 |
1307. | laarneng (titamonglasing) | 28.55 | 95% | 2024-09-21 |
1308. | Isay (isay__) | 28.54 | 94% | 2024-08-31 |
1309. | Splinx (splinx) | 28.52 | 94% | 2024-10-23 |
1310. | Monia (budzyn) | 28.43 | 96% | 2022-05-24 |
1311. | Naren (spoiled_brat) | 28.40 | 90% | 2024-03-19 |
1312. | Free Palestine (koenigsegg77) | 28.40 | 93% | 2024-07-30 |
1313. | Daivik Garg (daivikgarg) | 28.39 | 92% | 2024-07-22 |
1314. | Exypnos (typologist_1) | 28.37 | 93% | 2023-06-22 |
1315. | Saurav (seldom69) | 28.33 | 96% | 2023-11-13 |
1316. | Abhinav (typingcompany) | 28.31 | 95% | 2023-06-03 |
1317. | F (fad498) | 28.25 | 97% | 2023-11-15 |
1318. | Jai_Shree_Ram🚩 (dj_harshu) | 28.19 | 95% | 2023-07-29 |
1319. | Cheezmo (cheezmo) | 28.15 | 95% | 2023-11-18 |
1320. | Dinodepp (dinodepp) | 28.11 | 94.2% | 2023-11-15 |
1321. | joel (f0cusolo) | 28.10 | 91% | 2023-12-31 |
1322. | Maharajan (rocket_raja) | 28.09 | 95% | 2024-02-11 |
1323. | Armando (jos3ar) | 28.09 | 92% | 2024-09-16 |
1324. | Jason Hean (jackson95) | 28.08 | 93% | 2024-09-03 |
1325. | Josh (turtletyper7) | 28.02 | 93% | 2023-08-17 |
1326. | jjohn (jjohn2) | 28.01 | 92% | 2024-04-28 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,545 | 44.87 | October 3, 2018 |