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