how to count the number of files with os module code example Example: python count files directory import os len(os.listdir(directory))