Race Result Details |
Racer | alexVladimirQuecaña (alex_ramos) |
Race Number | 100 |
Date | Mon, 7 Jul 2025 1:14:27 |
Universe | code |
Speed |
27 WPM
![]() |
Accuracy | 96.5% |
Rank | 11th place (out of 14) |
Opponents | ariane_salazar (6th place) beltran_tarqui (2nd place) jas_el1 (1st place) jhonny_ct (10th place) liz_mariela (8th place) maria_ortega10 (4th place) nessa2 (9th place) samiraarancibia123426 (7th place) sharick_chungara (5th place) tocsky (12th 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)
|