Race Result Details |
Racer | Vincent (vinnvinn) |
Race Number | 2 |
Date | Thu, 21 Mar 2024 1:04:04 |
Universe | code |
Speed |
42 WPM
![]() |
Accuracy | 92% |
Rank | 2nd place (out of 15) |
Opponents | adiaryasuta (3rd place) baskara_kungkang (5th place) deva28 (7th place) lil_widhi (6th place) momet_ (8th place) nobel_saputra (4th place) novalfaiq (1st 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)
|