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