W3Schools Tryit Editor
[
フレーム
]
Run ❯
Get your
own Python
server
Go to Spaces
Ctrl+Alt+P
import zlib text = b'Hello Tobias! This is a message to compress.' compressed = zlib.compress(text) decompressed = zlib.decompress(compressed) print(f'Original size: {len(text)} bytes') print(f'Compressed size: {len(compressed)} bytes') print(f'Decompressed: {decompressed.decode()}')
Original size: 44 bytes
Compressed size: 49 bytes
Decompressed: Hello Tobias! This is a message to compress.
AltStyle
によって変換されたページ
(->オリジナル)
/
アドレス:
モード:
デフォルト
音声ブラウザ
ルビ付き
配色反転
文字拡大
モバイル