View Pit Stop page for race #12 by dtmtcm — Ghost race
View profile for Dan Dan (dtmtcm)
Official speed | 75.86 wpm (24.04 seconds elapsed during race) |
---|---|
Race Start | January 11, 2013 4:09:26pm UTC |
Race Finish | January 11, 2013 4:09:50pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 97.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) |