Race Result Details |
Racer | Callum (yuihirasawa) |
Race Number | 1 |
Date | Fri, 14 Jul 2023 16:43:02 |
Universe | code |
Speed |
52 WPM
![]() |
Accuracy | 93.9% |
Rank | 1st place (out of 3) |
Opponents | harrisll (2nd place) michaelgor (3rd 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)
—
SubmitGETData
|