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 |
---|---|---|---|---|
1079. | Akiraming (akiraming) | 34.10 | 95% | 2023-07-11 |
1080. | Kevin (kevcal2m) | 34.10 | 93% | 2023-09-26 |
1081. | Shyarnis Callbreak (shyarni... | 34.08 | 95% | 2024-06-12 |
1082. | Aaron (ron1215) | 34.07 | 95% | 2024-07-17 |
1083. | Guslix (guslix) | 34.07 | 97% | 2023-07-21 |
1084. | Sanjana D.S. (sanjanads) | 34.06 | 97% | 2025-04-21 |
1085. | Salam Adel (salam1800) | 34.03 | 93% | 2023-10-08 |
1086. | Isaac (ctrl_sea) | 34.02 | 92% | 2023-08-11 |
1087. | Dandy (handy_dandy) | 33.99 | 95% | 2024-08-03 |
1088. | Shashank (shashkat) | 33.98 | 93% | 2024-05-06 |
1089. | Zodiac (zodiac__) | 33.95 | 91% | 2025-04-10 |
1090. | Send (typer10067) | 33.94 | 93% | 2019-02-17 |
1091. | Ioan (ioans) | 33.94 | 95% | 2023-09-12 |
1092. | Matt (tigerstyle) | 33.94 | 98% | 2023-10-03 |
1093. | Z3r0 (z3r0_l0v3c8) | 33.93 | 90% | 2023-07-30 |
1094. | Deaner (deaner1121) | 33.92 | 93% | 2023-07-21 |
1095. | Rana (rana_1996) | 33.88 | 93% | 2020-02-10 |
1096. | Mohamed (mohamed25) | 33.86 | 98% | 2023-07-09 |
1097. | they used to say we would n... | 33.82 | 95% | 2019-06-10 |
1098. | Bennet (bennet_) | 33.76 | 93.3% | 2023-10-29 |
1099. | Alex (yettibvc) | 33.76 | 96.5% | 2024-09-11 |
1100. | Unknown Person (iamikey7) | 33.76 | 94% | 2024-04-09 |
1101. | rawrrr (darrrrrrr) | 33.73 | 94% | 2023-07-06 |
1102. | Gaurav (gv_vik) | 33.71 | 94% | 2023-07-18 |
1103. | Saad Qayyum (azhdaar03) | 33.71 | 93% | 2024-01-29 |
1104. | Rohani Rohan (rohani_khan) | 33.67 | 91% | 2024-06-25 |
1105. | Karlord19 (karlord19) | 33.66 | 96% | 2023-11-18 |
1106. | Ray (rebirth_21) | 33.65 | 96% | 2024-01-15 |
1107. | Kha1r0 (kha1r0) | 33.63 | 91% | 2023-07-14 |
1108. | Daniel (kix512) | 33.62 | 95% | 2023-03-29 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,545 | 44.87 | October 3, 2018 |