Michael (mikewags)

Race #3

View Pit Stop page for race #3 by mikewagsGhost race

View profile for Michael (mikewags)

Official speed 44.93 wpm (40.60 seconds elapsed during race)
Race Start February 2, 2012 2:15:13pm UTC
Race Finish February 2, 2012 2:15:54pm UTC
Outcome No win (2 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)