I am hoping to return and print a dictionary of the files and their file size, what I have written is this;
file_size = {} for fn in glob.glob(\'*\'): with o