View Pit Stop page for race #49 by atthetop — Ghost race
View profile for Shoemaker-Levy 9 (atthetop)
Official speed | 62.20 wpm (29.32 seconds elapsed during race) |
---|---|
Race Start | November 1, 2018 2:52:33am UTC |
Race Finish | November 1, 2018 2:53:03am UTC |
Outcome | No win (2 of 2) |
Opponents |
1. styrofoam (78.84 wpm) |
Accuracy | 94.0% |
Points | 20.73 |
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) |