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 |
---|---|---|---|---|
1473. | ELI (vinkz) | 26.64 | 91% | 2023-10-17 |
1474. | Omega (likeyouknow) | 26.63 | 94% | 2023-07-10 |
1475. | osm_037 (osama_the_racer) | 26.62 | 92% | 2023-10-21 |
1476. | Ryan (waffelboi) | 26.61 | 93% | 2023-10-31 |
1477. | Livin (livin_justin) | 26.58 | 91% | 2025-04-17 |
1478. | Corbyn (cocrum) | 26.57 | 96% | 2024-08-22 |
1479. | Ms. Spector. (mahesaeca1) | 26.57 | 93% | 2023-06-19 |
1480. | Pit (pit_pit) | 26.56 | 94% | 2023-09-01 |
1481. | Nevin A S (ikaris07) | 26.55 | 96% | 2025-04-21 |
1482. | Avinash (avinash_01) | 26.51 | 96% | 2025-06-09 |
1483. | Rilziii (rilziii_) | 26.50 | 93% | 2023-06-13 |
1484. | Abdou (abdoulabani1) | 26.48 | 90% | 2023-06-20 |
1485. | butu (butu_04) | 26.48 | 94% | 2024-07-17 |
1486. | Brennan (brundy) | 26.39 | 94.1% | 2023-09-26 |
1487. | I_like_Billie_Eilish (agiun... | 26.39 | 90% | 2023-06-17 |
1488. | Joshua (manbearto) | 26.32 | 96% | 2023-01-02 |
1489. | pieterjan (pjdem) | 26.31 | 92% | 2023-08-11 |
1490. | Linis (linis) | 26.28 | 92.1% | 2023-11-11 |
1491. | Edward92 (12edward_) | 26.18 | 92% | 2024-04-21 |
1492. | Prafful Pawar (prafful7) | 26.17 | 93% | 2024-04-03 |
1493. | Jay (jelly_dot) | 26.16 | 97% | 2024-04-19 |
1494. | Anonymous (secret_codes) | 26.12 | 95% | 2018-10-06 |
1495. | Zaki (zakib978) | 26.06 | 95% | 2023-06-20 |
1496. | gforien (gforien) | 26.05 | 91% | 2023-07-18 |
1497. | Yarot Sanabria L. (yarot123) | 26.03 | 94% | 2025-06-08 |
1498. | Hasan Berkant (prediger) | 26.01 | 91% | 2024-02-19 |
1499. | Kas_sas_saK (ksssk) | 26.00 | 89% | 2023-10-30 |
1500. | Area_42 (area_42) | 25.98 | 93% | 2023-07-18 |
1501. | Akis (textorcist_96) | 25.96 | 92% | 2024-01-12 |
1502. | Dave (thewave91) | 25.93 | 97% | 2024-09-28 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,545 | 44.87 | October 3, 2018 |