Race Result Details |
Racer | Suren (strongsuren) |
Race Number | 292 |
Date | Fri, 13 Oct 2023 15:35:23 |
Universe | code |
Speed |
67 WPM
![]() |
Accuracy | 98.2% |
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
|