Zash (randomzash)

Race #1

View Pit Stop page for race #1 by randomzashGhost race

View profile for Zash (randomzash)

Official speed 38.42 wpm (47.48 seconds elapsed during race)
Race Start October 28, 2013 10:18:34pm UTC
Race Finish October 28, 2013 10:19:21pm UTC
Outcome No win (2 of 3)
Accuracy 99.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)