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 |
---|---|---|---|---|
406. | FREE PALESTINE (then1g) | 51.71 | 95% | 2023-05-30 |
407. | rainbowmeh (rainbowmeh_) | 51.68 | 95% | 2023-07-02 |
408. | Esmael (esmael_) | 51.67 | 92% | 2023-09-17 |
409. | Vashista (vashista) | 51.45 | 96% | 2024-09-17 |
410. | mh10 (hmo_10) | 51.44 | 96% | 2023-11-27 |
411. | Damian (damian4lif) | 51.43 | 96% | 2023-11-25 |
412. | Fritzchen (fritzchen) | 51.41 | 96.2% | 2023-12-24 |
413. | Hmjo707 (hmjo) | 51.32 | 95% | 2024-11-13 |
414. | paim (barat_paim) | 51.31 | 97% | 2024-11-12 |
415. | RAKMY YKHOD (01h2a) | 51.30 | 96% | 2023-08-07 |
416. | Alex (evil_alex) | 51.29 | 95% | 2025-02-26 |
417. | Ron (avantiron) | 51.22 | 96% | 2024-06-07 |
418. | Nice (crusherbg) | 51.21 | 94% | 2023-06-03 |
419. | Sina (sinatesting) | 51.18 | 97% | 2024-12-09 |
420. | slacker (slackerman) | 51.16 | 97% | 2024-04-26 |
421. | SpicyCatGames (silverbolt777) | 51.13 | 97% | 2023-10-27 |
422. | dawn. (sofacan1) | 51.04 | 95% | 2024-12-13 |
423. | 🐢🐢🐢🐢 (amogh1420) | 50.94 | 97% | 2023-08-23 |
424. | g (gamamer) | 50.88 | 94.3% | 2023-10-18 |
425. | avivsq12 (avivsq12) | 50.86 | 97% | 2024-02-09 |
426. | JIIC (jiic) | 50.85 | 94% | 2023-01-04 |
427. | moldy bread (codog) | 50.85 | 95% | 2024-10-04 |
428. | Emad (rootxemad) | 50.80 | 92% | 2024-10-26 |
429. | Utkarsh Singh (hereisutkarsh) | 50.73 | 96% | 2024-12-09 |
430. | :( (altrocality_dvorak_acc) | 50.68 | 95% | 2023-01-06 |
431. | Johan (johlun) | 50.60 | 94% | 2022-09-15 |
432. | Ryan (ryan_soh) | 50.59 | 95% | 2024-05-21 |
433. | ︎ ︎ ︎ ︎ ︎ ︎ ︎... | 50.53 | 97% | 2024-01-29 |
434. | JG (j32587) | 50.53 | 94% | 2024-12-15 |
435. | jiaxing (jiaxingb) | 50.53 | 95% | 2025-02-20 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,545 | 44.87 | October 3, 2018 |