Race Result Details |
Racer | notverygood (verybadattyping123) |
Race Number | 1 |
Date | Tue, 23 May 2023 14:21:33 |
Universe | code |
Speed |
43 WPM
![]() |
Accuracy | 94.4% |
Rank | 1st place (out of 3) |
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
|