View Pit Stop page for race #1 by mathboy601 — Ghost race
View profile for Jacob (mathboy601)
Official speed | 73.96 wpm (24.66 seconds elapsed during race) |
---|---|
Race Start | January 19, 2018 4:45:21pm UTC |
Race Finish | January 19, 2018 4:45:45pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 99.0% |
Points | 24.65 |
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) |