Race Result Details |
Racer | sahand (protein_soup) |
Race Number | 2 |
Date | Sat, 22 Oct 2022 15:05:16 |
Universe | code |
Speed |
30 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
|