View Pit Stop page for race #2 by lijinkurian — Ghost race
View profile for Lijin (lijinkurian)
Official speed | 51.80 wpm (35.21 seconds elapsed during race) |
---|---|
Race Start | December 26, 2012 1:52:52pm UTC |
Race Finish | December 26, 2012 1:53:28pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 88.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) |