Python rozmiar pliku systemu operacyjnego

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