how to count number of files in a directory python code example Example: python count files directory import os len(os.listdir(directory))