View Pit Stop page for race #23 by theblitz2007 — Ghost race
View profile for Nick (theblitz2007)
Official speed | 51.73 wpm (35.26 seconds elapsed during race) |
---|---|
Race Start | July 15, 2017 8:10:53pm UTC |
Race Finish | July 15, 2017 8:11:29pm UTC |
Outcome | No win (2 of 3) |
Accuracy | 98.0% |
Points | 0.00 |
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) |