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