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 |
---|---|---|---|---|
565. | Smty (smtypradhan) | 46.32 | 94% | 2025-01-08 |
566. | + (sanicdehedgehog) | 46.30 | 94% | 2024-01-06 |
567. | Jamie (ddrackuu) | 46.30 | 97% | 2025-06-02 |
568. | kachuck (kachuck) | 46.26 | 94% | 2023-10-03 |
569. | Amit (amitkumariitm) | 46.25 | 96% | 2025-03-08 |
570. | Explosion99 (explosion99) | 46.22 | 94% | 2023-06-08 |
571. | zo (zohway) | 46.20 | 95% | 2023-11-10 |
572. | (sputype) | 46.16 | 95% | 2019-03-02 |
573. | Phuoc (phuocchubeo) | 46.15 | 94% | 2023-02-18 |
574. | pug (poug) | 46.14 | 95% | 2025-02-15 |
575. | Dojyaaan (disguisedkairos) | 46.13 | 93% | 2025-01-23 |
576. | FirelandeR (firelander) | 46.09 | 94% | 2024-11-28 |
577. | MrBoombastic (mr_boombaastic) | 46.04 | 95% | 2021-07-16 |
578. | quadvedi (quadvedi) | 46.02 | 97% | 2023-06-27 |
579. | Denil (cuube) | 46.02 | 96% | 2023-05-30 |
580. | Joey (joeygetthedoughy) | 46.00 | 97% | 2023-05-31 |
581. | (ninja_h2) | 45.99 | 93% | 2022-09-04 |
582. | Honzik (jvacata) | 45.99 | 95.7% | 2024-01-05 |
583. | iSyqozz512 (isyqozz512) | 45.94 | 97% | 2023-09-08 |
584. | Lo Sa (lo_sa) | 45.93 | 94% | 2023-06-01 |
585. | enaya (enaya) | 45.92 | 93% | 2024-08-25 |
586. | Abdullah (abadyys) | 45.90 | 92% | 2023-08-03 |
587. | Sumit (sumit_ghag) | 45.89 | 94% | 2023-08-10 |
588. | hhesenjan (hhesenjan) | 45.89 | 93% | 2023-09-26 |
589. | ItsOKayCZ (itsokaycz) | 45.88 | 93% | 2023-08-05 |
590. | Rus (amortalist) | 45.87 | 96% | 2024-04-23 |
591. | felix (felixtypes) | 45.85 | 94% | 2023-11-10 |
592. | Makailon (braumberger) | 45.81 | 95.1% | 2024-01-06 |
593. | arsam (pereeia) | 45.80 | 94% | 2023-07-09 |
594. | Shiro (shiroamano0) | 45.79 | 94% | 2025-02-13 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,545 | 44.87 | October 3, 2018 |