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 |
---|---|---|---|---|
1423. | wkn1 (wkn1) | 26.79 | 91% | 2024-11-22 |
1424. | Brittany C (bcarroll1008) | 26.77 | 93% | 2025-02-24 |
1425. | abhishek (abhishree_123) | 26.76 | 95% | 2024-07-09 |
1426. | Kunal (voldy13) | 26.76 | 94% | 2023-06-06 |
1427. | bang chan luvr (neotech_209) | 26.74 | 92% | 2023-06-12 |
1428. | O (oking167) | 26.70 | 96% | 2024-03-03 |
1429. | Eldritch_Woman (eldritch_wo... | 26.68 | 92% | 2023-08-13 |
1430. | ELI (vinkz) | 26.64 | 91% | 2023-10-17 |
1431. | Omega (likeyouknow) | 26.63 | 94% | 2023-07-10 |
1432. | osm_037 (osama_the_racer) | 26.62 | 92% | 2023-10-21 |
1433. | Ryan (waffelboi) | 26.61 | 93% | 2023-10-31 |
1434. | Livin (livin_justin) | 26.58 | 91% | 2025-04-17 |
1435. | Corbyn (cocrum) | 26.57 | 96% | 2024-08-22 |
1436. | Ms. Spector. (mahesaeca1) | 26.57 | 93% | 2023-06-19 |
1437. | Pit (pit_pit) | 26.56 | 94% | 2023-09-01 |
1438. | Nevin A S (ikaris07) | 26.55 | 96% | 2025-04-21 |
1439. | Avinash (avinash_01) | 26.51 | 96% | 2025-06-09 |
1440. | Rilziii (rilziii_) | 26.50 | 93% | 2023-06-13 |
1441. | Abdou (abdoulabani1) | 26.48 | 90% | 2023-06-20 |
1442. | butu (butu_04) | 26.48 | 94% | 2024-07-17 |
1443. | Brennan (brundy) | 26.39 | 94.1% | 2023-09-26 |
1444. | I_like_Billie_Eilish (agiun... | 26.39 | 90% | 2023-06-17 |
1445. | Joshua (manbearto) | 26.32 | 96% | 2023-01-02 |
1446. | pieterjan (pjdem) | 26.31 | 92% | 2023-08-11 |
1447. | Linis (linis) | 26.28 | 92.1% | 2023-11-11 |
1448. | Edward92 (12edward_) | 26.18 | 92% | 2024-04-21 |
1449. | Prafful Pawar (prafful7) | 26.17 | 93% | 2024-04-03 |
1450. | Jay (jelly_dot) | 26.16 | 97% | 2024-04-19 |
1451. | Anonymous (secret_codes) | 26.12 | 95% | 2018-10-06 |
1452. | Zaki (zakib978) | 26.06 | 95% | 2023-06-20 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,545 | 44.87 | October 3, 2018 |