Anthony (disclaimerx)

Race #1

View Pit Stop page for race #1 by disclaimerxGhost race

View profile for Anthony (disclaimerx)

Official speed 51.65 wpm (35.31 seconds elapsed during race)
Race Start January 5, 2013 11:05:56am UTC
Race Finish January 5, 2013 11:06:31am UTC
Outcome Win (1 of 3)
Accuracy 92.0%
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)