Skip to content

Instantly share code, notes, and snippets.

@qmaruf
Created January 29, 2023 13:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save qmaruf/f91bd0f10e3f2ea9b8959a93ec55adff to your computer and use it in GitHub Desktop.
Save qmaruf/f91bd0f10e3f2ea9b8959a93ec55adff to your computer and use it in GitHub Desktop.
def create_zip(function_name):
with zipfile.ZipFile(f'{function_name}.zip', 'w') as zf:
zf.write(f'{function_name}.py')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment