Arthur (sir_loin)

Race #1

View Pit Stop page for race #1 by sir_loinGhost race

View profile for Arthur (sir_loin)

Official speed 40.40 wpm (45.15 seconds elapsed during race)
Race Start August 30, 2011 10:30:59pm UTC
Race Finish August 30, 2011 10:31:44pm UTC
Outcome Win (1 of 3)
Accuracy 90.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)