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 |
---|---|---|---|---|
1074. | Dxrketo (dxrketo_08) | 34.25 | 91% | 2024-07-26 |
1075. | Aksel (akselvmand) | 34.21 | 93% | 2024-04-23 |
1076. | pasha (pasha8800) | 34.19 | 94% | 2021-11-13 |
1077. | z80 (zilogz80) | 34.19 | 99.1% | 2023-12-01 |
1078. | GAfan(dr34ml3nd) (gafan_dr3... | 34.17 | 92.3% | 2025-01-19 |
1079. | Mamaafrica (mamaafrica) | 34.12 | 92.7% | 2023-08-06 |
1080. | Anshul (anshul_pawar1) | 34.11 | 94.5% | 2024-10-17 |
1081. | Akiraming (akiraming) | 34.10 | 95% | 2023-07-11 |
1082. | Kevin (kevcal2m) | 34.10 | 93% | 2023-09-26 |
1083. | Shyarnis Callbreak (shyarni... | 34.08 | 95% | 2024-06-12 |
1084. | Aaron (ron1215) | 34.07 | 95% | 2024-07-17 |
1085. | Guslix (guslix) | 34.07 | 97% | 2023-07-21 |
1086. | Sanjana D.S. (sanjanads) | 34.06 | 97% | 2025-04-21 |
1087. | Salam Adel (salam1800) | 34.03 | 93% | 2023-10-08 |
1088. | Isaac (ctrl_sea) | 34.02 | 92% | 2023-08-11 |
1089. | Dandy (handy_dandy) | 33.99 | 95% | 2024-08-03 |
1090. | Shashank (shashkat) | 33.98 | 93% | 2024-05-06 |
1091. | Zodiac (zodiac__) | 33.95 | 91% | 2025-04-10 |
1092. | Send (typer10067) | 33.94 | 93% | 2019-02-17 |
1093. | Ioan (ioans) | 33.94 | 95% | 2023-09-12 |
1094. | Matt (tigerstyle) | 33.94 | 98% | 2023-10-03 |
1095. | Z3r0 (z3r0_l0v3c8) | 33.93 | 90% | 2023-07-30 |
1096. | Deaner (deaner1121) | 33.92 | 93% | 2023-07-21 |
1097. | Rana (rana_1996) | 33.88 | 93% | 2020-02-10 |
1098. | Mohamed (mohamed25) | 33.86 | 98% | 2023-07-09 |
1099. | they used to say we would n... | 33.82 | 95% | 2019-06-10 |
1100. | Bennet (bennet_) | 33.76 | 93.3% | 2023-10-29 |
1101. | Alex (yettibvc) | 33.76 | 96.5% | 2024-09-11 |
1102. | Unknown Person (iamikey7) | 33.76 | 94% | 2024-04-09 |
1103. | rawrrr (darrrrrrr) | 33.73 | 94% | 2023-07-06 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,545 | 44.87 | October 3, 2018 |