# File: os-example-5.py import os for file in os.listdir("samples"): print file