Skip to content

Instantly share code, notes, and snippets.

@yyyyyyyan
Created December 13, 2018 17:17
Show Gist options
  • Save yyyyyyyan/fd8e7de4b7b6e6e12ae23b573939f6e5 to your computer and use it in GitHub Desktop.
Save yyyyyyyan/fd8e7de4b7b6e6e12ae23b573939f6e5 to your computer and use it in GitHub Desktop.
my_file = open(‘meu-gif.gif’, ‘rb’)
id = my_file.read(6)
print(id == ‘GIF89a’)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment