pathlib is a Python library that makes it easy to handle file in Python. ... from pathlib import Path path = Path.cwd() print(f'Current path: {path}') ...
確定! 回上一頁