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 |
---|---|---|---|---|
1668. | mohit bhawnani (mohitbhawnani) | 23.44 | 94% | 2024-12-22 |
1669. | dkji (dkji1006) | 23.42 | 93% | 2024-09-18 |
1670. | karlw221 (karlw221) | 23.36 | 92% | 2023-12-05 |
1671. | mahek (mahek406) | 23.28 | 93% | 2024-06-11 |
1672. | Mustafa (mustafa13) | 23.20 | 93% | 2024-07-14 |
1673. | YASH (yash5908) | 23.18 | 92% | 2024-07-29 |
1674. | Keem Kairi (k33m_k4r1) | 23.17 | 93.8% | 2024-05-06 |
1675. | dallari (dallari7) | 23.09 | 94% | 2023-12-29 |
1676. | HAB (hibu2023) | 23.06 | 96% | 2023-06-13 |
1677. | Kyrillos (kyrillos_akram) | 23.04 | 97% | 2024-03-25 |
1678. | iver (iverjoel) | 23.03 | 88% | 2025-09-10 |
1679. | A3NW (a3nw) | 22.94 | 94% | 2024-03-14 |
1680. | muhammad wildan (ilyasa123) | 22.92 | 93% | 2023-08-22 |
1681. | Rajesh Jangid (rajesh_11) | 22.91 | 92.4% | 2024-10-15 |
1682. | Shushant (shushant_07) | 22.87 | 93.7% | 2024-02-29 |
1683. | Lvan (lvan_ni) | 22.82 | 94% | 2023-06-07 |
1684. | HOLY (holy12_soap) | 22.67 | 93% | 2023-06-24 |
1685. | MIlo (fc_alamawi) | 22.65 | 95% | 2024-03-12 |
1686. | Worth (worths) | 22.64 | 94.8% | 2024-04-26 |
1687. | Grypho (gryphox) | 22.63 | 92% | 2025-02-22 |
1688. | minseo (justin1115) | 22.60 | 92% | 2023-10-06 |
1689. | Ali (abth_ab) | 22.55 | 95% | 2023-12-04 |
1690. | aagam (aagam10) | 22.29 | 91% | 2025-03-01 |
1691. | mamdobhoot (mamdo_bhoot) | 22.28 | 92% | 2025-04-23 |
1692. | Uttam Shrestha (uttam1618) | 22.18 | 92% | 2025-05-18 |
1693. | Karsten (dutchie3) | 22.14 | 89% | 2023-05-22 |
1694. | Anna (650561585513) | 22.14 | 97.4% | 2025-01-24 |
1695. | hamza (hamza_typo) | 22.10 | 91% | 2024-06-30 |
1696. | good_bedbug (good_bedbug) | 22.05 | 94% | 2025-01-11 |
1697. | bander (8havya) | 21.93 | 92.9% | 2023-10-21 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,545 | 44.87 | October 3, 2018 |