View Pit Stop page for race #6 by remeditator — Ghost race
View profile for Jason (remeditator)
Official speed | 52.22 wpm (34.93 seconds elapsed during race) |
---|---|
Race Start | February 2, 2018 10:38:18pm UTC |
Race Finish | February 2, 2018 10:38:53pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 95.0% |
Points | 17.41 |
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) |