kK6e6n6n6y (k6e6n6n6y)

Race #10

View Pit Stop page for race #10 by k6e6n6n6yGhost race

View profile for kK6e6n6n6y (k6e6n6n6y)

Official speed 32.58 wpm (55.99 seconds elapsed during race)
Race Start August 13, 2012 10:08:50pm UTC
Race Finish August 13, 2012 10:09:46pm UTC
Outcome No win (3 of 3)
Accuracy 94.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)