Compresser Fichier Pyhton

with ZipFile('spam.zip', 'w') as myzip:
    myzip.write('eggs.txt')
Uninterested Unicorn