In this tutorial, you'll learn how to use the Python Path class from the pathlib ... from pathlib import Path path = Path('test') path.mkdir(exist_ok=True) ...
確定! 回上一頁