Created
April 23, 2021 02:49
-
-
Save erickythierry/c7ac4f19a2b8933e65dfeddacd985059 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import os | |
b = os.path.getsize("c.gif") | |
tamanho = int((b/1024)/1024) | |
print(tamanho) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
só lembrete pra futuros usos