I need to get a list of files with their respective size. An obvious way to do it is to use os.listdir(), then loop over the results with os.path.getsize(
os.listdir()
os.path.getsize(