Race Result Details |
Racer | Ariane_Salazar (ariane_salazar) |
Race Number | 20 |
Date | Wed, 28 May 2025 19:52:13 |
Universe | code |
Speed |
27 WPM
![]() |
Accuracy | 93.6% |
Rank | 5th place (out of 14) |
Opponents | alexbeltrantarqui (2nd place) jas_el (3rd place) liz_mariela_perez (7th place) maria_ortega10 (1st place) samiraarancibia123426 (8th place) sharick_chungara (6th place) tocsky (9th place) yarot123 (4th place) |
Text typed:
print "Using URL", url req = urllib2.Request(url) fd = urllib2.urlopen(req) while 1: data = fd.read(1024) if not len(data): break sys.stdout.write(data)
— (software)
by http://www.java2s.com/Code/Python/Network/SubmitGETData.htm
(see stats)
|