To check if the path you have is a file or directory, import os module and use isfile() method to check if it is a file, and isdir() method to check if it is a ...
確定! 回上一頁