View Pit Stop page for race #14 by cptbbq — Ghost race
View profile for good Bye lol (but a Little catty) (cptbbq)
Official speed | 86.69 wpm (21.04 seconds elapsed during race) |
---|---|
Race Start | November 7, 2017 3:26:20am UTC |
Race Finish | November 7, 2017 3:26:41am UTC |
Outcome | Win (1 of 2) |
Accuracy | 97.0% |
Points | 28.90 |
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) |