View Pit Stop page for race #2 by hack89 — Ghost race
View profile for hack89 (hack89)
Official speed | 25.54 wpm (71.42 seconds elapsed during race) |
---|---|
Race Start | April 30, 2018 1:09:10am UTC |
Race Finish | April 30, 2018 1:10:22am UTC |
Outcome | No win (3 of 3) |
Accuracy | 95.0% |
Points | 8.51 |
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) |