Lam (eeric)

Race #4

View Pit Stop page for race #4 by eericGhost race

View profile for Lam (eeric)

Official speed 48.24 wpm (37.81 seconds elapsed during race)
Race Start January 29, 2011 4:19:13am UTC
Race Finish January 29, 2011 4:19:51am 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)