View Pit Stop page for race #24 by amit__123 — Ghost race
View profile for Amit (amit__123)
Official speed | 24.59 wpm (74.18 seconds elapsed during race) |
---|---|
Race Start | September 18, 2021 11:41:53am UTC |
Race Finish | September 18, 2021 11:43:07am UTC |
Outcome | No win (3 of 3) |
Accuracy | 94.0% |
Points | 8.20 |
Text | #10006 (Length: 152 characters) 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) |