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 |
---|---|---|---|---|
390. | RAKMY YKHOD (01h2a) | 51.30 | 96% | 2023-08-07 |
391. | Ron (avantiron) | 51.22 | 96% | 2024-06-07 |
392. | Nice (crusherbg) | 51.21 | 94% | 2023-06-03 |
393. | Sina (sinatesting) | 51.18 | 97% | 2024-12-09 |
394. | slacker (slackerman) | 51.16 | 97% | 2024-04-26 |
395. | SpicyCatGames (silverbolt777) | 51.13 | 97% | 2023-10-27 |
396. | dawn. (sofacan1) | 51.04 | 95% | 2024-12-13 |
397. | 🐢🐢🐢🐢 (amogh1420) | 50.94 | 97% | 2023-08-23 |
398. | g (gamamer) | 50.88 | 94.3% | 2023-10-18 |
399. | avivsq12 (avivsq12) | 50.86 | 97% | 2024-02-09 |
400. | JIIC (jiic) | 50.85 | 94% | 2023-01-04 |
401. | moldy bread (codog) | 50.85 | 95% | 2024-10-04 |
402. | Emad (rootxemad) | 50.80 | 92% | 2024-10-26 |
403. | :( (altrocality_dvorak_acc) | 50.68 | 95% | 2023-01-06 |
404. | Johan (johlun) | 50.60 | 94% | 2022-09-15 |
405. | Ryan (ryan_soh) | 50.59 | 95% | 2024-05-21 |
406. | ︎ ︎ ︎ ︎ ︎ ︎ ︎... | 50.53 | 97% | 2024-01-29 |
407. | JG (j32587) | 50.53 | 94% | 2024-12-15 |
408. | Victor Levitskiy (victorlev01) | 50.46 | 96.7% | 2024-03-26 |
409. | Claire (claireify) | 50.46 | 95% | 2025-02-22 |
410. | Sharan (spellsharp) | 50.44 | 94% | 2024-12-31 |
411. | page (phrynesc) | 50.43 | 96% | 2024-05-11 |
412. | czent (czent) | 50.39 | 95% | 2023-09-07 |
413. | Per (dubgeiser) | 50.38 | 96% | 2024-02-07 |
414. | _Suvam 0_0 ! (qw_slow_typist) | 50.31 | 94% | 2023-09-12 |
415. | (dso093) | 50.24 | 96.5% | 2024-01-04 |
416. | Jon (jonriklan) | 50.23 | 96% | 2023-07-19 |
417. | yong (topcool) | 50.20 | 97% | 2023-06-25 |
418. | you (dv_learner) | 50.18 | 96.8% | 2023-10-06 |
419. | (peaceinchrist) | 50.10 | 96% | 2021-11-08 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,545 | 44.87 | October 3, 2018 |