GoFor (goforbroke69)

Race #55

View Pit Stop page for race #55 by goforbroke69Ghost race

View profile for GoFor (goforbroke69)

Official speed 66.33 wpm (27.50 seconds elapsed during race)
Race Start June 1, 2012 8:55:19am UTC
Race Finish June 1, 2012 8:55:46am UTC
Outcome Win (1 of 3)
Accuracy 100.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)