Skip to content

Instantly share code, notes, and snippets.

@ovuruska
Created July 7, 2022 10:13
Show Gist options
  • Save ovuruska/466a9c17e88950392da81f449073761c to your computer and use it in GitHub Desktop.
Save ovuruska/466a9c17e88950392da81f449073761c to your computer and use it in GitHub Desktop.
Split extension of file
import os
filename, file_extension = os.path.splitext(name)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment