#!/usr/bin/env python from pathlib import Path from os import chdir path = Path('..') print(f'Current working directory: {path.cwd()}') ...
確定! 回上一頁