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