Guest User

Untitled

a guest
Nov 18th, 2018
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. >>> int_decompress('\x00\x00#\n')
  2. [0, 0, 35, 10]
  3. >>> int_compress([0,0,35,10])
  4. '\x00\x00#\n'
  5. >>>
Add Comment
Please, Sign In to add comment