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 |
|---|---|---|---|---|
| 445. | Chinguun (zzzchinguun) | 51.57 | 97% | 2025-07-22 |
| 446. | Tjeu (tjeufoolen) | 51.52 | 96% | 2025-06-20 |
| 447. | Vashista (vashista) | 51.45 | 96% | 2024-09-17 |
| 448. | mh10 (hmo_10) | 51.44 | 96% | 2023-11-27 |
| 449. | Damian (damian4lif) | 51.43 | 96% | 2023-11-25 |
| 450. | Fritzchen (fritzchen) | 51.41 | 96.2% | 2023-12-24 |
| 451. | Hmjo707 (hmjo) | 51.32 | 95% | 2024-11-13 |
| 452. | paim (barat_paim) | 51.31 | 97% | 2024-11-12 |
| 453. | RAKMY YKHOD (01h2a) | 51.30 | 96% | 2023-08-07 |
| 454. | Alex (evil_alex) | 51.29 | 95% | 2025-02-26 |
| 455. | superNGA (super_nga) | 51.22 | 93% | 2025-11-02 |
| 456. | Ron (avantiron) | 51.22 | 96% | 2024-06-07 |
| 457. | Nice (crusherbg) | 51.21 | 94% | 2023-06-03 |
| 458. | Sina (sinatesting) | 51.18 | 97% | 2024-12-09 |
| 459. | slacker (slackerman) | 51.16 | 97% | 2024-04-26 |
| 460. | FreePalestine spicycatgames... | 51.13 | 97% | 2023-10-27 |
| 461. | dawn. (sofacan1) | 51.04 | 95% | 2024-12-13 |
| 462. | 🐢🐢🐢🐢 (amogh1420) | 50.94 | 97% | 2023-08-23 |
| 463. | g (gamamer) | 50.88 | 94.3% | 2023-10-18 |
| 464. | avivsq12 (avivsq12) | 50.86 | 97% | 2024-02-09 |
| 465. | JIIC (jiic) | 50.85 | 94% | 2023-01-04 |
| 466. | moldy bread (codog) | 50.85 | 95% | 2024-10-04 |
| 467. | Emad (rootxemad) | 50.80 | 92% | 2024-10-26 |
| 468. | Utkarsh Singh (hereisutkarsh) | 50.73 | 96% | 2024-12-09 |
| 469. | :( (altrocality_dvorak_acc) | 50.68 | 95% | 2023-01-06 |
| 470. | Ryley (greeeen89) | 50.66 | 96% | 2025-06-27 |
| 471. | Johan (johlun) | 50.60 | 94% | 2022-09-15 |
| 472. | Ryan (ryan_soh) | 50.59 | 95% | 2024-05-21 |
| 473. | ︎ ︎ ︎ ︎ ︎ ︎ ︎... | 50.53 | 97% | 2024-01-29 |
| 474. | jiaxing (jiaxingb) | 50.53 | 95% | 2025-02-20 |
| Universe | Races | Average WPM | First Race |
|---|---|---|---|
| Coder Edition | 4,545 | 44.87 | October 3, 2018 |