Michael (mikeme1)

Race #13

View Pit Stop page for race #13 by mikeme1Ghost race

View profile for Michael (mikeme1)

Official speed 48.65 wpm (37.49 seconds elapsed during race)
Race Start March 11, 2013 12:55:57am UTC
Race Finish March 11, 2013 12:56:34am UTC
Outcome Win (1 of 3)
Accuracy 95.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)