Here are 3 ways to extract the file extension using Python: (1) Extract the file extension with the dot: import os.path my_path = r'path where the file is ...
確定! 回上一頁