Race Result Details |
Racer | Suren (strongsuren) |
Race Number | 291 |
Date | Fri, 13 Oct 2023 15:33:36 |
Universe | code |
Speed |
66 WPM
![]() |
Accuracy | 98.1% |
Rank | 2nd 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
|