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 |
---|---|---|---|---|
1608. | Fer (fer_ok) | 21.03 | 89% | 2024-01-12 |
1609. | awet (awetey) | 21.01 | 93.1% | 2024-01-15 |
1610. | MotoGP (motogp_51) | 21.01 | 90% | 2024-10-17 |
1611. | Beimar Ramirez (jhony99) | 20.95 | 91% | 2025-05-15 |
1612. | abhishek (a_anand_12) | 20.92 | 95% | 2022-12-12 |
1613. | Pentametric (pentametric) | 20.76 | 92% | 2024-05-12 |
1614. | Kazaam Vargas (kazaam37) | 20.65 | 95.1% | 2024-09-16 |
1615. | Joshua (josh254889) | 20.47 | 92% | 2024-08-25 |
1616. | Achraf (alfares) | 20.45 | 94% | 2024-09-22 |
1617. | Meow (meow_daskatze) | 20.33 | 96.8% | 2023-12-22 |
1618. | jenna addams (wed_28) | 20.31 | 93% | 2024-08-24 |
1619. | irshad (irshad_makrani) | 20.31 | 91% | 2023-05-27 |
1620. | MMR (mmr1) | 20.16 | 96.4% | 2025-05-07 |
1621. | clezy (clezy_k) | 20.02 | 89% | 2024-09-12 |
1622. | Bigily (bigilyy) | 19.99 | 91% | 2023-05-12 |
1623. | aamena (aamena) | 19.94 | 95% | 2023-07-19 |
1624. | Ajay (ajaymaurya51) | 19.90 | 91% | 2023-07-19 |
1625. | Aneth (anethanelpalma) | 19.66 | 92.4% | 2024-09-16 |
1626. | dendrose (dendrose) | 19.48 | 89.1% | 2024-03-08 |
1627. | Sodiq (keyboard_surfer) | 19.45 | 90% | 2024-03-20 |
1628. | KralTi (kralt) | 19.44 | 95% | 2025-01-21 |
1629. | PrinceZox (princezox) | 19.42 | 95% | 2023-05-30 |
1630. | Gayathri (_gayuchlm_) | 19.37 | 96% | 2023-07-04 |
1631. | wandji (legentia) | 19.12 | 89% | 2023-08-03 |
1632. | priscila (priscilacervantes23) | 19.10 | 91% | 2025-05-15 |
1633. | Kipkirui (iurik34_themah) | 19.06 | 95% | 2023-12-16 |
1634. | Khan Mohd Asif (er_asif318) | 19.06 | 91.5% | 2024-01-21 |
1635. | jose (jose_benito) | 19.02 | 94% | 2024-09-16 |
1636. | prince (ffhacker) | 18.93 | 92% | 2023-06-17 |
1637. | Rutvik (rutvik_416) | 18.88 | 91% | 2023-06-15 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,545 | 44.87 | October 3, 2018 |