Use pathlib.Path.exists(path) to check for files and directories. from pathlib import Path ...
確定! 回上一頁