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 |
---|---|---|---|---|
1606. | Pedro (pedro_serrudo) | 24.97 | 96.3% | 2025-05-30 |
1607. | Ali debes (debess) | 24.96 | 89% | 2024-08-16 |
1608. | Omar Ahmed Nassar (omar29) | 24.94 | 92% | 2023-09-29 |
1609. | ClearVis (clearvis) | 24.94 | 93% | 2025-08-07 |
1610. | moouryanaman (moouryanaman) | 24.90 | 94% | 2025-01-03 |
1611. | ayushwan (ayush6203) | 24.84 | 92% | 2024-02-21 |
1612. | Abhishek Gupta (abhishekg) | 24.81 | 93% | 2023-06-21 |
1613. | vasu (vaszu) | 24.80 | 93% | 2023-07-16 |
1614. | Anand (anand2023) | 24.76 | 88% | 2023-10-18 |
1615. | ixparker (ixparker) | 24.72 | 91.8% | 2024-09-10 |
1616. | Kenzo (kenzo17) | 24.71 | 95% | 2025-05-14 |
1617. | J.B.I (slow_typer125) | 24.69 | 92% | 2024-09-01 |
1618. | Kiran (kiran11621) | 24.67 | 95% | 2020-04-15 |
1619. | Baye (baye_0) | 24.65 | 95% | 2023-12-26 |
1620. | Ambadi R (ambadi_r) | 24.62 | 92% | 2025-04-21 |
1621. | kenshin (kenshin_theja) | 24.62 | 92% | 2023-08-08 |
1622. | Rohan (r_yadav01) | 24.59 | 93% | 2023-12-30 |
1623. | torilmao (torilmao) | 24.59 | 92% | 2024-09-24 |
1624. | RD (razal_1811) | 24.59 | 93% | 2024-04-18 |
1625. | kantarcise (kantarcise) | 24.57 | 89% | 2025-01-27 |
1626. | genieghost (genieghost) | 24.55 | 93% | 2024-05-01 |
1627. | Lily (lilsxx) | 24.55 | 96% | 2024-08-21 |
1628. | mak (makmak2) | 24.52 | 93% | 2024-09-29 |
1629. | Ikac (ikac) | 24.47 | 94% | 2023-06-04 |
1630. | drwho729 (drwho729) | 24.46 | 94% | 2023-08-06 |
1631. | khaled ataa (khaled_ataa) | 24.44 | 92% | 2023-06-22 |
1632. | Elad (zazik123) | 24.37 | 93% | 2023-12-20 |
1633. | Demha (dem_ha) | 24.37 | 92% | 2024-02-02 |
1634. | MauroCondoriDiaz (maurocd) | 24.35 | 94% | 2025-03-31 |
1635. | Adelkaa (fuska007) | 24.29 | 94% | 2023-07-20 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,545 | 44.87 | October 3, 2018 |