Anthony (white_snake)

Race #148

View Pit Stop page for race #148 by white_snakeGhost race

View profile for Anthony (white_snake)

Official speed 48.64 wpm (37.50 seconds elapsed during race)
Race Start April 22, 2011 10:05:24am UTC
Race Finish April 22, 2011 10:06:02am UTC
Outcome No win (2 of 3)
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)