You can use the pathlib module: (If you dont have it, use pip install pathlib in Terminal.) from pathlib import Path path ...
確定! 回上一頁