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 |
---|---|---|---|---|
1035. | an (clockworkman) | 34.26 | 96% | 2024-09-16 |
1036. | ahmed fahad (afk_43) | 34.26 | 93.7% | 2024-12-31 |
1037. | Dxrketo (dxrketo_08) | 34.25 | 91% | 2024-07-26 |
1038. | Aksel (akselvmand) | 34.21 | 93% | 2024-04-23 |
1039. | pasha (pasha8800) | 34.19 | 94% | 2021-11-13 |
1040. | z80 (zilogz80) | 34.19 | 99.1% | 2023-12-01 |
1041. | GAfan(dr34ml3nd) (gafan_dr3... | 34.17 | 92.3% | 2025-01-19 |
1042. | Mamaafrica (mamaafrica) | 34.12 | 93% | 2023-08-06 |
1043. | Anshul (anshul_pawar1) | 34.11 | 94.5% | 2024-10-17 |
1044. | Akiraming (akiraming) | 34.10 | 95% | 2023-07-11 |
1045. | Kevin (kevcal2m) | 34.10 | 93% | 2023-09-26 |
1046. | Shyarnis Callbreak (shyarni... | 34.08 | 95% | 2024-06-12 |
1047. | Aaron (ron1215) | 34.07 | 95% | 2024-07-17 |
1048. | Guslix (guslix) | 34.07 | 97% | 2023-07-21 |
1049. | Sanjana D.S. (sanjanads) | 34.06 | 97% | 2025-04-21 |
1050. | Salam Adel (salam1800) | 34.03 | 93% | 2023-10-08 |
1051. | Isaac (ctrl_sea) | 34.02 | 92% | 2023-08-11 |
1052. | Dandy (handy_dandy) | 33.99 | 95% | 2024-08-03 |
1053. | Shashank (shashkat) | 33.98 | 93% | 2024-05-06 |
1054. | Send (typer10067) | 33.94 | 93% | 2019-02-17 |
1055. | Ioan (ioans) | 33.94 | 95% | 2023-09-12 |
1056. | Matt (tigerstyle) | 33.94 | 98% | 2023-10-03 |
1057. | Z3r0 (z3r0_l0v3c8) | 33.93 | 90% | 2023-07-30 |
1058. | Deaner (deaner1121) | 33.92 | 93% | 2023-07-21 |
1059. | Rana (rana_1996) | 33.88 | 93% | 2020-02-10 |
1060. | Mohamed (mohamed25) | 33.86 | 98% | 2023-07-09 |
1061. | they used to say we would n... | 33.82 | 95% | 2019-06-10 |
1062. | Bennet (bennet_) | 33.76 | 93.3% | 2023-10-29 |
1063. | Alex (yettibvc) | 33.76 | 96.5% | 2024-09-11 |
1064. | Unknown Person (iamikey7) | 33.76 | 94% | 2024-04-09 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,545 | 44.87 | October 3, 2018 |