Hello, I have a problem with glob , and it is that you are not giving me the files in an orderly way, it is a simple code:
import glob
filenames = glob.glob("C:\Users\LuisMiguel\Downloads\Faces\/*.jpg")
filenames.sort()
What gives me...
asked by
29.11.2017 / 01:40