Race Result Details |
Racer | Sharick_Chungara (sharick_chungara) |
Race Number | 127 |
Date | Fri, 4 Jul 2025 0:39:39 |
Universe | code |
Speed |
26 WPM
![]() |
Accuracy | 89.5% |
Rank | 6th place (out of 8) |
Opponents | alex_ramos (3rd place) ariane_salazar (2nd place) beltran_tarqui (4th place) dannerjosequispehuallpa (8th place) maria_ortega10 (1st place) nessa2 (5th place) sarai_vega012 (7th 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)
|