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