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 |
---|---|---|---|---|
683. | wan (wansap) | 44.51 | 97% | 2024-01-25 |
684. | Desmond (locksi) | 44.49 | 97% | 2024-12-24 |
685. | Hyaenneh (hyaenneh) | 44.47 | 96% | 2025-06-29 |
686. | tactics8805 (ntmtyper) | 44.46 | 96.2% | 2024-08-11 |
687. | freecalls (freecalls) | 44.36 | 93% | 2024-06-13 |
688. | Abdelrahman (eltyar) | 44.35 | 96% | 2025-09-08 |
689. | Sukum (faiisu) | 44.33 | 93% | 2023-07-05 |
690. | HBS (hbs3) | 44.27 | 95% | 2025-04-09 |
691. | I'm still sticking with Qwe... | 44.25 | 92.6% | 2024-03-04 |
692. | Nikhil (nik9) | 44.24 | 94% | 2024-07-28 |
693. | Legerier (axzar) | 44.24 | 93% | 2024-12-16 |
694. | typify1 (typify1) | 44.23 | 95% | 2024-12-29 |
695. | Mist (mduful) | 44.21 | 95% | 2024-01-17 |
696. | tsds (tsds) | 44.21 | 96% | 2021-09-18 |
697. | Jeffry (coldjeffry12) | 44.19 | 97% | 2023-07-09 |
698. | Evanovache (evanovache) | 44.07 | 93% | 2024-08-13 |
699. | Mohamed (normal_eg) | 44.03 | 94% | 2023-10-04 |
700. | Tomas0707 (tomas0707) | 43.91 | 87% | 2024-08-14 |
701. | Legacy (legacy27) | 43.87 | 91% | 2024-02-21 |
702. | Tashreek Rahman (17412581) | 43.85 | 96% | 2023-05-26 |
703. | Ismah (issya11) | 43.78 | 95% | 2024-02-22 |
704. | Brent (bpappas) | 43.72 | 95% | 2024-01-06 |
705. | Benni_013 (benni_013) | 43.70 | 96% | 2025-01-09 |
706. | Rab (rabuhana) | 43.62 | 95% | 2023-08-18 |
707. | Marlis (marliskilla) | 43.59 | 96% | 2023-07-07 |
708. | (atorpy) | 43.58 | 96% | 2022-05-06 |
709. | Simon (imp4l3r) | 43.58 | 96% | 2023-08-24 |
710. | this is my instagram: ethan... | 43.57 | 97% | 2024-12-11 |
711. | Ali Amor (psycomentis06) | 43.53 | 94% | 2024-08-12 |
712. | Tomáš (eyzi25) | 43.52 | 93% | 2023-10-27 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,545 | 44.87 | October 3, 2018 |