View Pit Stop page for race #1 by rusherx — Ghost race
View profile for Fredrik (rusherx)
Official speed | 53.16 wpm (34.31 seconds elapsed during race) |
---|---|
Race Start | October 19, 2012 5:32:20pm UTC |
Race Finish | October 19, 2012 5:32:55pm UTC |
Outcome | Win (1 of 2) |
Opponents |
2. nilax (40.52 wpm) |
Accuracy | 94.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) |