kK6e6n6n6y (k6e6n6n6y)

Race #6

View Pit Stop page for race #6 by k6e6n6n6yGhost race

View profile for kK6e6n6n6y (k6e6n6n6y)

Official speed 32.86 wpm (55.51 seconds elapsed during race)
Race Start August 13, 2012 9:59:40pm UTC
Race Finish August 13, 2012 10:00:36pm 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)