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