View Pit Stop page for race #18 by chess1234 — Ghost race
View profile for Unknown (chess1234)
Official speed | 43.15 wpm (42.27 seconds elapsed during race) |
---|---|
Race Start | April 30, 2015 11:17:42am UTC |
Race Finish | April 30, 2015 11:18:24am UTC |
Outcome | Win (1 of 2) |
Opponents |
3. zoli_ (27.03 wpm) |
Accuracy | 78.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) |