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 |
---|---|---|---|---|
1481. | Funky Koval (funky_koval) | 26.82 | 92% | 2024-03-16 |
1482. | sunilprajapat (guddubahiya) | 26.81 | 94.8% | 2024-01-10 |
1483. | wkn1 (wkn1) | 26.79 | 91% | 2024-11-22 |
1484. | Fátima (nessa2) | 26.78 | 95% | 2025-07-07 |
1485. | Brittany C (bcarroll1008) | 26.77 | 93% | 2025-02-24 |
1486. | abhishek (abhishree_123) | 26.76 | 95% | 2024-07-09 |
1487. | Kunal (voldy13) | 26.76 | 94% | 2023-06-06 |
1488. | bang chan luvr (neotech_209) | 26.74 | 92% | 2023-06-12 |
1489. | Marko (hawk691) | 26.72 | 94% | 2025-07-24 |
1490. | O (oking167) | 26.70 | 96% | 2024-03-03 |
1491. | Eldritch_Woman (eldritch_wo... | 26.68 | 92% | 2023-08-13 |
1492. | ELI (vinkz) | 26.64 | 91% | 2023-10-17 |
1493. | Omega (likeyouknow) | 26.63 | 94% | 2023-07-10 |
1494. | osm_037 (osama_the_racer) | 26.62 | 92% | 2023-10-21 |
1495. | Ryan (waffelboi) | 26.61 | 93% | 2023-10-31 |
1496. | Livin (livin_justin) | 26.58 | 91% | 2025-04-17 |
1497. | Corbyn (cocrum) | 26.57 | 96% | 2024-08-22 |
1498. | Ms. Spector. (mahesaeca1) | 26.57 | 93% | 2023-06-19 |
1499. | Pit (pit_pit) | 26.56 | 94% | 2023-09-01 |
1500. | Nevin A S (ikaris07) | 26.55 | 96% | 2025-04-21 |
1501. | Avinash (avinash_01) | 26.51 | 96% | 2025-06-09 |
1502. | Rilziii (rilziii_) | 26.50 | 93% | 2023-06-13 |
1503. | Abdou (abdoulabani1) | 26.48 | 90% | 2023-06-20 |
1504. | butu (butu_04) | 26.48 | 94% | 2024-07-17 |
1505. | Brennan (brundy) | 26.39 | 94.1% | 2023-09-26 |
1506. | I_like_Billie_Eilish (agiun... | 26.39 | 90% | 2023-06-17 |
1507. | Joshua (manbearto) | 26.32 | 96% | 2023-01-02 |
1508. | pieterjan (pjdem) | 26.31 | 92% | 2023-08-11 |
1509. | Ajay (aj4yyy) | 26.31 | 94% | 2025-07-28 |
1510. | Linis (linis) | 26.28 | 92.1% | 2023-11-11 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,545 | 44.87 | October 3, 2018 |