matt (mattwg)

Race #2

View Pit Stop page for race #2 by mattwgGhost race

View profile for matt (mattwg)

Official speed 49.20 wpm (37.07 seconds elapsed during race)
Race Start May 28, 2011 1:15:44am UTC
Race Finish May 28, 2011 1:16:21am UTC
Outcome No win (1 of 1)
Accuracy 94.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)