csati (csati)

Race #10

View Pit Stop page for race #10 by csatiGhost race

View profile for csati (csati)

Official speed 38.14 wpm (47.82 seconds elapsed during race)
Race Start September 17, 2012 8:41:42pm UTC
Race Finish September 17, 2012 8:42:30pm UTC
Outcome No win (3 of 3)
Accuracy 91.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)