joejoe (under2x)

Race #3

View Pit Stop page for race #3 by under2xGhost race

View profile for joejoe (under2x)

Official speed 52.29 wpm (34.88 seconds elapsed during race)
Race Start April 26, 2011 5:48:42am UTC
Race Finish April 26, 2011 5:49:17am 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)