Shutaro (w_h_)

Race #8

View Pit Stop page for race #8 by w_h_Ghost race

View profile for Shutaro (w_h_)

Official speed 81.76 wpm (22.31 seconds elapsed during race)
Race Start November 12, 2011 8:03:40pm UTC
Race Finish November 12, 2011 8:04:02pm UTC
Outcome Win (1 of 3)
Accuracy 96.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)