ちなみに、上で紹介した identicon の Python 実装にはバグがあります. decode() 関数は以下のようになるべきです。def decode(self, code): # decode the code middleType = self.MIDDLE_PATCH_SET[cod...