To get file extension in Python, you can use the os.path module to get the extension of a file. Call os.path.splitext() function and pass the file path as ...
確定! 回上一頁