So, apparently os.walk() moves through directories "vertically", walking through the input\'s first directory and all its subdirectories, before moving to
os.walk()