Ayush (llama_lord)

Race #3

View Pit Stop page for race #3 by llama_lordGhost race

View profile for Ayush (llama_lord)

Official speed 43.87 wpm (41.58 seconds elapsed during race)
Race Start August 19, 2012 9:04:32pm UTC
Race Finish August 19, 2012 9:05:13pm UTC
Outcome No win (2 of 2)
Opponents 1. jet_blazer (73.74 wpm)
Accuracy 89.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)