Python/Compression: Difference between revisions

From Fundamental Ramen
Jump to navigation Jump to search
Line 12: Line 12:


== Zip ==
== Zip ==
=== Decompress ===
<source lang="python">
# TODO
</source>
=== Compress ===
<source lang="python">
# TODO
</source>

Revision as of 03:37, 26 February 2020

LZMA

Decompress

# TODO

Compress

# TODO

Zip

Decompress

# TODO

Compress

# TODO