Python program to explain os.path.commonpath() method # importing os module import os # List of Paths paths = ['/home/User/Desktop', '/home/User/Documents', ...
確定! 回上一頁