View Pit Stop page for race #4 by annoyed — Ghost race
Official speed | 51.11 wpm (35.69 seconds elapsed during race) |
---|---|
Race Start | December 26, 2009 5:48:30pm UTC |
Race Finish | December 26, 2009 5:49:05pm UTC |
Outcome | Win (1 of 3) |
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) |