View Pit Stop page for race #26 by gmotta — Ghost race
View profile for Guilherme (gmotta)
Official speed | 56.86 wpm (32.08 seconds elapsed during race) |
---|---|
Race Start | September 7, 2011 5:46:40pm UTC |
Race Finish | September 7, 2011 5:47:13pm UTC |
Outcome | Win (1 of 2) |
Accuracy | 89.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) |