Hunter (huntertyler)

Race #13

View Pit Stop page for race #13 by huntertylerGhost race

View profile for Hunter (huntertyler)

Official speed 55.88 wpm (32.64 seconds elapsed during race)
Race Start March 20, 2011 8:58:40pm UTC
Race Finish March 20, 2011 8:59:13pm UTC
Outcome No win (1 of 1)
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)