from pathlib import Path for f in (Path.cwd()/"atcoder").iterdir(): print(f.name)