Durim (dura007k)

Race #27

View Pit Stop page for race #27 by dura007kGhost race

View profile for Durim (dura007k)

Official speed 38.57 wpm (47.29 seconds elapsed during race)
Race Start October 30, 2014 5:41:02am UTC
Race Finish October 30, 2014 5:41:49am UTC
Outcome No win (2 of 3)
Accuracy 92.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)