Milen (man1a)

Race #2

View Pit Stop page for race #2 by man1aGhost race

View profile for Milen (man1a)

Official speed 26.49 wpm (68.86 seconds elapsed during race)
Race Start January 28, 2011 11:51:53am UTC
Race Finish January 28, 2011 11:53:01am UTC
Outcome No win (3 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)