#The glob module provides a function for making file lists from directory wildcard #searches:import globprint glob.glob('*.py')