error (leonhardeuler)

Race #55

View Pit Stop page for race #55 by leonhardeulerGhost race

View profile for error (leonhardeuler)

Official speed 49.57 wpm (36.80 seconds elapsed during race)
Race Start April 2, 2012 10:44:17pm UTC
Race Finish April 2, 2012 10:44:54pm UTC
Outcome Win (1 of 3)
Accuracy 84.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)