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 |
---|---|---|---|---|
529. | .zeki (zek1shaa) | 46.32 | 94% | 2024-02-28 |
530. | Smty (smtypradhan) | 46.32 | 94% | 2025-01-08 |
531. | + (sanicdehedgehog) | 46.30 | 94% | 2024-01-06 |
532. | kachuck (kachuck) | 46.26 | 94% | 2023-10-03 |
533. | Amit (amitkumariitm) | 46.25 | 96% | 2025-03-08 |
534. | Explosion99 (explosion99) | 46.22 | 94% | 2023-06-08 |
535. | zo (zohway) | 46.20 | 95% | 2023-11-10 |
536. | (sputype) | 46.16 | 95% | 2019-03-02 |
537. | Phuoc (phuocchubeo) | 46.15 | 94% | 2023-02-18 |
538. | pug (poug) | 46.14 | 95% | 2025-02-15 |
539. | Dojyaaan (disguisedkairos) | 46.13 | 93% | 2025-01-23 |
540. | FirelandeR (firelander) | 46.09 | 94% | 2024-11-28 |
541. | MrBoombastic (mr_boombaastic) | 46.04 | 95% | 2021-07-16 |
542. | quadvedi (quadvedi) | 46.02 | 97% | 2023-06-27 |
543. | Denil (cuube) | 46.02 | 96% | 2023-05-30 |
544. | Joey (joeygetthedoughy) | 46.00 | 97% | 2023-05-31 |
545. | (ninja_h2) | 45.99 | 93% | 2022-09-04 |
546. | Honzik (jvacata) | 45.99 | 95.7% | 2024-01-05 |
547. | iSyqozz512 (isyqozz512) | 45.94 | 97% | 2023-09-08 |
548. | enaya (enaya) | 45.92 | 93% | 2024-08-25 |
549. | Sumit (sumit_ghag) | 45.89 | 94% | 2023-08-10 |
550. | hhesenjan (hhesenjan) | 45.89 | 93% | 2023-09-26 |
551. | ItsOKayCZ (itsokaycz) | 45.88 | 93% | 2023-08-05 |
552. | Rus (amortalist) | 45.87 | 96% | 2024-04-23 |
553. | felix (felixtypes) | 45.85 | 94% | 2023-11-10 |
554. | Makailon (braumberger) | 45.81 | 95.1% | 2024-01-06 |
555. | arsam (pereeia) | 45.80 | 94% | 2023-07-09 |
556. | Shiro (shiroamano0) | 45.79 | 94% | 2025-02-13 |
557. | Leaden Typer (typeryo) | 45.78 | 95.3% | 2024-02-23 |
558. | amax (amaxgg) | 45.77 | 94% | 2023-05-22 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,545 | 44.87 | October 3, 2018 |