python get content of directory code example Example: get files in directory python import os files_and_directories = os.listdir("path/to/directory")