Monkey (monkey_sama)

Race #7

View Pit Stop page for race #7 by monkey_samaGhost race

View profile for Monkey (monkey_sama)

Official speed 57.15 wpm (31.92 seconds elapsed during race)
Race Start August 2, 2011 5:58:35pm UTC
Race Finish August 2, 2011 5:59:07pm 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)