Lam (eeric)

Race #23

View Pit Stop page for race #23 by eericGhost race

View profile for Lam (eeric)

Official speed 34.40 wpm (53.02 seconds elapsed during race)
Race Start January 31, 2011 10:01:54am UTC
Race Finish January 31, 2011 10:02:47am 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)