import zlib regular_string = 'this is my string' compressed_string = zlib.compress(regular_string) decompressed_string = zlib.decompress(compressed_string) print compressed_string print decompressed_string
print compressed_string print decompressed_string
Just finishing up brewing up some fresh ground comments...
Just finishing up brewing up some fresh ground comments...