Taro (yada)

Race #58

View Pit Stop page for race #58 by yadaGhost race

View profile for Taro (yada)

Official speed 111.19 wpm (16.40 seconds elapsed during race)
Race Start May 3, 2015 3:20:09pm UTC
Race Finish May 3, 2015 3:20:25pm UTC
Outcome Win (1 of 2)
Accuracy 100.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)