kK6e6n6n6y (k6e6n6n6y)

Race #14

View Pit Stop page for race #14 by k6e6n6n6yGhost race

View profile for kK6e6n6n6y (k6e6n6n6y)

Official speed 35.92 wpm (50.78 seconds elapsed during race)
Race Start August 13, 2012 10:18:04pm UTC
Race Finish August 13, 2012 10:18:55pm UTC
Outcome Win (1 of 3)
Accuracy 95.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)