Tamaño del archivo del sistema operativo Python

import os
os.path.getsize('location of file')
Friendly Flamingo