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 |
---|---|---|---|---|
1566. | nadav (upbeetpapaya) | 23.49 | 91% | 2024-06-02 |
1567. | mohit bhawnani (mohitbhawnani) | 23.44 | 94% | 2024-12-22 |
1568. | dkji (dkji1006) | 23.42 | 93% | 2024-09-18 |
1569. | karlw221 (karlw221) | 23.36 | 92% | 2023-12-05 |
1570. | mahek (mahek406) | 23.28 | 93% | 2024-06-11 |
1571. | Mustafa (mustafa13) | 23.20 | 93% | 2024-07-14 |
1572. | YASH (yash5908) | 23.18 | 92% | 2024-07-29 |
1573. | Keem Kairi (k33m_k4r1) | 23.17 | 94% | 2024-05-06 |
1574. | dallari (dallari7) | 23.09 | 94% | 2023-12-29 |
1575. | HAB (hibu2023) | 23.06 | 96% | 2023-06-13 |
1576. | Kyrillos (kyrillos_akram) | 23.04 | 97% | 2024-03-25 |
1577. | A3NW (a3nw) | 22.94 | 94% | 2024-03-14 |
1578. | muhammad wildan (ilyasa123) | 22.92 | 93% | 2023-08-22 |
1579. | Rajesh Jangid (rajesh_11) | 22.91 | 92.4% | 2024-10-15 |
1580. | Shushant (shushant_07) | 22.87 | 93.7% | 2024-02-29 |
1581. | Lvan (lvan_ni) | 22.82 | 94% | 2023-06-07 |
1582. | HOLY (holy12_soap) | 22.67 | 93% | 2023-06-24 |
1583. | MIlo (fc_alamawi) | 22.65 | 95% | 2024-03-12 |
1584. | Worth (worths) | 22.64 | 94.8% | 2024-04-26 |
1585. | Grypho (gryphox) | 22.63 | 92% | 2025-02-22 |
1586. | minseo (justin1115) | 22.60 | 92% | 2023-10-06 |
1587. | Ali (abth_ab) | 22.55 | 95% | 2023-12-04 |
1588. | Marko (hawk691) | 22.40 | 95% | 2025-05-10 |
1589. | aagam (aagam10) | 22.29 | 91% | 2025-03-01 |
1590. | mamdobhoot (mamdo_bhoot) | 22.28 | 92% | 2025-04-23 |
1591. | Uttam Shrestha (uttam1618) | 22.18 | 92% | 2025-05-18 |
1592. | Karsten (dutchie3) | 22.14 | 89% | 2023-05-22 |
1593. | Anna (650561585513) | 22.14 | 97.4% | 2025-01-24 |
1594. | hamza (hamza_typo) | 22.10 | 91% | 2024-06-30 |
1595. | good_bedbug (good_bedbug) | 22.05 | 94% | 2025-01-11 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,545 | 44.87 | October 3, 2018 |