Another cause of error is trying to make a directory that already exists: from pathlib import Path path = Path.home() / 'python-file-paths' path.mkdir()
確定! 回上一頁