Unduh Folder Collab

# Zip it!
!zip -r /content/file.zip /content/Folder_To_Zip

from google.colab import files
files.download("/content/file.zip")
Soul Reaper