Created
October 22, 2020 11:31
-
-
Save KatagiriSo/f91b43632f02ca8375fb4834b1afa27f to your computer and use it in GitHub Desktop.
ファイルリスト
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import glob | |
files = glob.glob("./*") | |
for file in files: | |
print(file) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment