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 |
---|---|---|---|---|
415. | Alex (evil_alex) | 51.29 | 95% | 2025-02-26 |
416. | Ron (avantiron) | 51.22 | 96% | 2024-06-07 |
417. | Nice (crusherbg) | 51.21 | 94% | 2023-06-03 |
418. | Sina (sinatesting) | 51.18 | 97% | 2024-12-09 |
419. | slacker (slackerman) | 51.16 | 97% | 2024-04-26 |
420. | SpicyCatGames (silverbolt777) | 51.13 | 97% | 2023-10-27 |
421. | dawn. (sofacan1) | 51.04 | 95% | 2024-12-13 |
422. | 🐢🐢🐢🐢 (amogh1420) | 50.94 | 97% | 2023-08-23 |
423. | g (gamamer) | 50.88 | 94.3% | 2023-10-18 |
424. | avivsq12 (avivsq12) | 50.86 | 97% | 2024-02-09 |
425. | JIIC (jiic) | 50.85 | 94% | 2023-01-04 |
426. | moldy bread (codog) | 50.85 | 95% | 2024-10-04 |
427. | Emad (rootxemad) | 50.80 | 92% | 2024-10-26 |
428. | Utkarsh Singh (hereisutkarsh) | 50.73 | 96% | 2024-12-09 |
429. | :( (altrocality_dvorak_acc) | 50.68 | 95% | 2023-01-06 |
430. | Johan (johlun) | 50.60 | 94% | 2022-09-15 |
431. | Ryan (ryan_soh) | 50.59 | 95% | 2024-05-21 |
432. | ︎ ︎ ︎ ︎ ︎ ︎ ︎... | 50.53 | 97% | 2024-01-29 |
433. | JG (j32587) | 50.53 | 94% | 2024-12-15 |
434. | jiaxing (jiaxingb) | 50.53 | 95% | 2025-02-20 |
435. | Victor Levitskiy (victorlev01) | 50.46 | 96.7% | 2024-03-26 |
436. | Claire (claireify) | 50.46 | 95% | 2025-02-22 |
437. | Sharan (spellsharp) | 50.44 | 94% | 2024-12-31 |
438. | page (phrynesc) | 50.43 | 96% | 2024-05-11 |
439. | czent (czent) | 50.39 | 95% | 2023-09-07 |
440. | Per (dubgeiser) | 50.38 | 96.3% | 2024-02-07 |
441. | _Suvam 0_0 ! (qw_slow_typist) | 50.31 | 94% | 2023-09-12 |
442. | (dso093) | 50.24 | 96.5% | 2024-01-04 |
443. | Jon (jonriklan) | 50.23 | 96% | 2023-07-19 |
444. | yong (topcool) | 50.20 | 97% | 2023-06-25 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,545 | 44.87 | October 3, 2018 |