Long Double E.T. (jackje)

Race #18

View Pit Stop page for race #18 by jackjeGhost race

View profile for Long Double E.T. (jackje)

Official speed 55.94 wpm (32.61 seconds elapsed during race)
Race Start September 14, 2012 3:47:52pm UTC
Race Finish September 14, 2012 3:48:24pm UTC
Outcome Win (1 of 3)
Accuracy 88.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)