How do I count the number of files in a directory in Python? code example Example: python count files directory import os len(os.listdir(directory))