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 |
---|---|---|---|---|
621. | Denil (cuube) | 46.02 | 96% | 2023-05-30 |
622. | Joey (joeygetthedoughy) | 46.00 | 97% | 2023-05-31 |
623. | (ninja_h2) | 45.99 | 93% | 2022-09-04 |
624. | Honzik (jvacata) | 45.99 | 95.7% | 2024-01-05 |
625. | Sneyder Nunjar (snayder123_) | 45.96 | 94% | 2025-07-21 |
626. | iSyqozz512 (isyqozz512) | 45.94 | 97% | 2023-09-08 |
627. | Lo Sa (lo_sa) | 45.93 | 94% | 2023-06-01 |
628. | enaya (enaya) | 45.92 | 93% | 2024-08-25 |
629. | Lynne (lynne17) | 45.91 | 95% | 2025-05-12 |
630. | ProRick2358Y (prysp) | 45.91 | 95% | 2025-07-11 |
631. | Abdullah (abadyys) | 45.90 | 92% | 2023-08-03 |
632. | Sumit (sumit_ghag) | 45.89 | 94% | 2023-08-10 |
633. | hhesenjan (hhesenjan) | 45.89 | 93% | 2023-09-26 |
634. | ItsOKayCZ (itsokaycz) | 45.88 | 93% | 2023-08-05 |
635. | Rus (amortalist) | 45.87 | 96% | 2024-04-23 |
636. | felix (felixtypes) | 45.85 | 94% | 2023-11-10 |
637. | moshrom6 (moshrom6) | 45.82 | 95% | 2025-06-13 |
638. | Makailon (braumberger) | 45.81 | 95.1% | 2024-01-06 |
639. | arsam (pereeia) | 45.80 | 94% | 2023-07-09 |
640. | Shiro (shiroamano0) | 45.79 | 94% | 2025-02-13 |
641. | Leaden Typer (typeryo) | 45.78 | 95.3% | 2024-02-23 |
642. | amax (amaxgg) | 45.77 | 94% | 2023-05-22 |
643. | montanaromero (montanaromero) | 45.77 | 93% | 2024-04-07 |
644. | Rohit Singh (himynameisrohi... | 45.75 | 94% | 2019-03-30 |
645. | Leonardo (lstd) | 45.75 | 94% | 2023-05-26 |
646. | Niklas (neoon) | 45.73 | 95% | 2025-06-04 |
647. | Major (domeex5) | 45.72 | 95% | 2023-09-23 |
648. | Ray (glatinis) | 45.70 | 94% | 2021-10-09 |
649. | Zorgot (zorgot) | 45.66 | 96% | 2025-03-16 |
650. | Yengwe (law12th) | 45.61 | 97% | 2023-07-05 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,545 | 44.87 | October 3, 2018 |