Race Result Details |
Racer | into-the-abyss (_yash_) |
Race Number | 3 |
Date | Sun, 16 Jul 2023 13:26:29 |
Universe | code |
Speed |
31 WPM
![]() |
Accuracy | 91.5% |
Rank | 3rd 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
|