main_35.py 87 B

123
  1. def pseudonymize(self, s):
  2. sl = len(s) / 2
  3. return struct.unpack('<%dh' % sl, s)