There's no need to import the glob module explicitly on the top of your Python file. import pathlib files = [f for f in pathlib.Path().glob("/ ...
確定! 回上一頁