Race Result Details |
Racer | samiraarancibia (samiraarancibia123426) |
Race Number | 33 |
Date | Wed, 28 May 2025 19:52:22 |
Universe | code |
Speed |
24 WPM
![]() |
Accuracy | 92.3% |
Rank | 8th place (out of 14) |
Opponents | alexbeltrantarqui (2nd place) ariane_salazar (5th place) jas_el (3rd place) liz_mariela_perez (7th place) maria_ortega10 (1st 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)
|