How to perform 'Zip File' in Python.
# Task: Zip File # Language: Python def zip_file(): # Implementation for Zip File # TODO: Implement core logic here # Step 1: Prepare data # Step 2: Process Zip File print('Done')