count how many files there are in a folder python without imports code example Example: python count files directory import os len(os.listdir(directory))