Race Result Details |
Racer | Beimar Ramirez (jhony99) |
Race Number | 62 |
Date | Sun, 15 Jun 2025 1:10:18 |
Universe | code |
Speed |
24 WPM
![]() |
Accuracy | 91.5% |
Rank | 2nd place (out of 5) |
Opponents | aida_alejandra_pacara_flores (3rd place) cris1310 (4th 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)
|